4chan Image Downloader

Click a link to download every image in a thread!

Was ist 4chan Image Downloader?

4chan Image Downloader ist eine Chrome-Erweiterung, die von jdgregson entwickelt wurde, und ihr Hauptmerkmal ist "Click a link to download every image in a thread!".

Erweiterungsscreenshots

screenshot

4chan Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie 4chan Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 4chan Image Downloader 4chan Image Downloader
ID hahloifmmbcoaahbboegjcccniekbbib
Offizielle URL https://chrome.google.com/webstore/detail/4chan-image-downloader/hahloifmmbcoaahbboegjcccniekbbib
Beschreibung Click a link to download every image in a thread!
Dateigröße 91.17 KB
Installationsanzahl 3,000
Aktuelle Version 0.0.3
Letztes Update 2017-11-07
Veröffentlichungsdatum 2017-11-07
Bewertung 2.48/5 Insgesamt 64 Bewertungen
Entwickler jdgregson
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}