A powerful browser extension for downloading manga chapters from weebcentral.com.
If You Don't want extension I have also created a script for it which is very fast. https://github.com/Yui007/weebcentral_downloader
- Direct Image Download: Download all images from a manga chapter with a single click
- ZIP Download: Package all chapter images into a convenient ZIP file
- Batch Processing: Download multiple chapters at once
- Customizable Settings: Adjust Delay and concurrent downloads
- Chapter Range Selection: Choose specific chapters to download
- Progress Tracking: Monitor download progress in real-time
- weebcentral.com
- Google Chrome
- Microsoft Edge
(Coming Soon)
- Git Clone The Repository
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the unzipped folder
- The extension should now appear in your extensions list
- Navigate to a manga chapter page on weebcentral.com
- Click the WeebCentral Downloader icon in your browser toolbar
- Choose one of the download options:
- Download Images: Save all images individually
- Download as ZIP: Package all images into a ZIP file
- Download Delay: Adjust the time between downloads (ms)
- Concurrent Downloads: Set how many images to download simultaneously
- Click "Save Settings" to apply changes
- Navigate to a manga series page on weebcentral.com
- Click the WeebCentral Downloader icon
- Click "Fetch All Chapters" Or enter a chapter range in the format "1-10,20-25"
- Select the chapters you want to download
- Click "Download Selected"
- No Images Found: Try refreshing the page and ensuring all images are loaded
- Download Fails: The site may block rapid downloads; try increasing the download delay
- Chapter List Not Loading: Make sure you're on a manga series page, not a chapter page
If you encounter any issues, please open an issue with:
- A description of the problem
- The URL where the issue occurred
- Any error messages from the console (press F12 to open developer tools)
This extension:
- Does NOT collect any personal data
- Does NOT track your browsing history
- Only requests permissions necessary for downloading manga
- All processing happens locally on your device
weebcentral-downloader/
├── manifest.json # Extension configuration
├── popup.html # Extension popup UI
├── popup.js # Popup functionality
├── content.js # Content script for manga pages
├── background.js # Background service worker
├── manga-scraper.js # Manga scraping functionality
├── jszip.min.js # ZIP file creation library
└── icons/ # Extension icons
- Clone the repository
- Make your changes
- Load the unpacked extension in Chrome or Edge for testing
This project is licensed under the MIT License - see the LICENSE file for details.
- JSZip for ZIP file creation
- The open-source community for inspiration and resources
Note: This extension is not affiliated with or endorsed by weebcentral.com. It is a tool created by fans, for fans.