Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Co to jest Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info to rozszerzenie Chrome opracowane przez duronrulez, a jego główną funkcją jest „Mass Downloading capabilities for http://horriblesubs.info”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mass Downloader for http://horriblesubs.info

Pobierz pliki rozszerzeń Mass Downloader for http://horriblesubs.info 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Oficjalny URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Opis Mass Downloading capabilities for http://horriblesubs.info
Rozmiar pliku 38.79 KB
Liczba instalacji 31
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-05-30
Data Publikacji 2018-05-30
Deweloper duronrulez
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/duronrulez/massdownload
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mass Downloader for http:\/\/horriblesubs.info",
    "description": "Mass Downloading capabilities for http:\/\/horriblesubs.info",
    "version": "1",
    "author": "Hristo Mitev",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "MD for HS"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.horriblesubs.info\/shows\/*"
            ],
            "js": [
                "jquery-1.12.4.js",
                "batchDownload.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "downloads"
    ]
}