Aba smart downloader

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

Co to jest Aba smart downloader?

Aba smart downloader to rozszerzenie Chrome opracowane przez Stall, a jego główną funkcją jest „This addon allows you to download all media content from the threads on 4chan and 2ch.hk”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Aba smart downloader

Pobierz pliki rozszerzeń Aba smart downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Aba smart downloader Aba smart downloader
ID gnoiejndfokeegabglmhnilaolbolfii
Oficjalny URL https://chromewebstore.google.com/detail/aba-smart-downloader/gnoiejndfokeegabglmhnilaolbolfii
Opis This addon allows you to download all media content from the threads on 4chan and 2ch.hk
Rozmiar pliku 13.3 KB
Liczba instalacji 152
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-07
Data Publikacji 2019-01-07
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper Stall
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}