4chan Image Downloader
Click a link to download every image in a thread!
4chan Image Downloaderとは何ですか?
4chan Image Downloaderはjdgregsonによって開発されたChromeの拡張機能で、その主な機能は「Click a link to download every image in a thread!」です。
拡張機能のスクリーンショット
4chan Image Downloader拡張機能のCRXファイルをダウンロード
4chan Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | hahloifmmbcoaahbboegjcccniekbbib |
公式URL | https://chrome.google.com/webstore/detail/4chan-image-downloader/hahloifmmbcoaahbboegjcccniekbbib |
説明 | Click a link to download every image in a thread! |
ファイルサイズ | 91.17 KB |
インストール数 | 3,000 |
現在のバージョン | 0.0.3 |
最終更新日 | 2017-11-07 |
公開日 | 2017-11-07 |
評価 | 2.48/5 合計 64 レビュー |
開発者 | jdgregson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |