A browser extension that allows you to download manga chapters from comick.io with a single click.
- Download entire manga chapters with one click
- Batch download multiple chapters at once
- Automatically organizes downloads into folders by manga title and chapter number
- Preserves original image formats (jpg, png, webp, etc.)
- Works with both manga and manhwa formats
- Extracts manga title and chapter number from URL for consistent organization
- Saves directly to your default downloads folder
- Continues downloading in the background even when popup is closed
- Customizable delay settings to prevent rate limiting
- Download or clone this repository
- Open your browser and navigate to
chrome://extensions/
(or equivalent) - Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the folder containing the extension files
- The extension should now appear in your toolbar
- Navigate to any manga chapter page on comick.io
- Click the extension icon in your browser toolbar
- Click the "Download Chapter" button
- The extension will automatically download all images from the chapter
- Files will be saved to
[Your Downloads Folder]/Manga/[Manga Title]/Chapter [Number]/
- Navigate to any manga main page on comick.io (the page that lists all chapters)
- Click the extension icon in your browser toolbar
- Enter the range of chapters you want to download (e.g., from chapter 1 to 10)
- Click the "Download Selected Chapters" button
- The extension will download all chapters in the specified range
- You can close the popup and the download will continue in the background
The extension provides customizable delay settings to prevent rate limiting:
- Click "Show Advanced Settings" in the popup
- Adjust the following settings:
- Page Load Delay: How long to wait after opening a chapter page (in seconds)
- Image Download Delay: How long to wait between downloading images (in seconds)
- Chapter Delay: How long to wait between chapters (in seconds)
- Click "Save Settings" to apply your changes
The extension:
- Extracts manga title and chapter number from the URL
- Identifies all manga images on the page using various selectors
- Downloads each image with a sequential filename (001.jpg, 002.jpg, etc.)
- Organizes files into folders based on manga title and chapter number
- For batch downloads, processes each chapter sequentially with configurable delays
This extension requires the following permissions:
activeTab
: To access the current tab's contentdownloads
: To download imagesscripting
: To run scripts on the active tabtabs
: To open and manage tabs for batch downloadingstorage
: To save user settings
Contributions are welcome! Feel free to submit issues or pull requests.