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!”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 4chan Image Downloader 4chan Image Downloader
ID hahloifmmbcoaahbboegjcccniekbbib
官方網址 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
電子郵箱 [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"
    ]
}