Aba smart downloader

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

Cos'è Aba smart downloader?

Aba smart downloader è un'estensione di Chrome sviluppata da Stall, e la sua funzione principale è "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aba smart downloader

Scarica i file di estensione Aba smart downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
URL Ufficiale https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
Descrizione This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Dimensione del File 13.3 KB
Conteggio Installazioni 152
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-07
Data di Pubblicazione 2019-01-07
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore Stall
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}