Aba smart downloader

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

Hvad er Aba smart downloader?

Aba smart downloader er en Chrome-udvidelse udviklet af Stall, og dens hovedfunktion er "This addon allows you to download all media content from the threads on 4chan and 2ch.hk".

Udvidelsesskærmbilleder

screenshot

Download Aba smart downloader-udvidelses-CRX-fil

Download Aba smart downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
Officiel URL https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
Beskrivelse This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Filstørrelse 13.3 KB
Antal Installationer 152
Nuværende Version 1.0
Senest Opdateret 2019-01-07
Udgivelsesdato 2019-01-07
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Stall
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}