4chan Image Downloader
Click a link to download every image in a thread!
What is 4chan Image Downloader?
4chan Image Downloader is a Chrome extension developed by jdgregson, and its main feature is "Click a link to download every image in a thread!".
Extension Screenshots
Download 4chan Image Downloader Extension CRX File
Download 4chan Image Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
UPDATED - Works with 4chan X! Changes and Fixes: - Download continues after deleted images are encountered. Thanks for the tip, Google User. - Extension attempts to close new tabs that it has opened. - Added support for 4chan X (with default settings). Click a link to download every image in a 4chan thread. NOTE: If you have the "Ask where to save each file before downloading" option enabled in Chrome's settings, Chrome will open a "Save As" dialog for every image in the thread, which may cause Chrome to crash. Please consider disabling that option to use this extension, or temporarily disabling it when you wish to download a thread. Now on Github: https://github.com/jdgregson/4chan-Image-Downloader
Extension Basic Information
Name | |
ID | hahloifmmbcoaahbboegjcccniekbbib |
Official URL | https://chrome.google.com/webstore/detail/4chan-image-downloader/hahloifmmbcoaahbboegjcccniekbbib |
Description | Click a link to download every image in a thread! |
File Size | 91.17 KB |
Installation Count | 3,000 |
Current Version | 0.0.3 |
Last Updated | 2017-11-07 |
Publish Date | 2017-11-07 |
Rating | 2.48/5 Total 64 Ratings |
Developer | jdgregson |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "4chan Image Downloader", "version": "0.0.3", "description": "Click a link to download every image in a thread!", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/boards.4chan.org\/*\/thread\/*", "https:\/\/boards.4chan.org\/*\/thread\/*", "http:\/\/i.4cdn.org\/*", "https:\/\/i.4cdn.org\/*" ], "js": [ "init.js" ] } ], "web_accessible_resources": [ "downloader.js" ] } |