Aba smart downloader

This addon allows you to download all media content from the threads on 4chan and 2ch.hk

Was ist Aba smart downloader?

Aba smart downloader ist eine Chrome-Erweiterung, die von Stall entwickelt wurde, und ihr Hauptmerkmal ist "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".

Erweiterungsscreenshots

screenshot

Aba smart downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aba smart 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

                        This extension allows you to download all media content from the threads on 2ch.hk and 4chan. You can switch between all, image and video downloads, and download content that you haven't download yet                    

Grundlegende Informationen zur Erweiterung

Name Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
Offizielle URL https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
Beschreibung This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Dateigröße 13.3 KB
Installationsanzahl 152
Aktuelle Version 1.0
Letztes Update 2019-01-07
Veröffentlichungsdatum 2019-01-07
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Stall
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_popupDescr__",
    "manifest_version": 2,
    "name": "Aba smart downloader",
    "version": "1.0",
    "icons": {
        "48": "icons\/AbaSDLogo48Base.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.2ch.hk\/*",
                "*:\/\/*.4channel.org\/*",
                "*:\/\/*.4chan.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "default_locale": "en"
}