Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Co je Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info je rozšíření Chrome vyvinuté duronrulez, a jeho hlavní funkcí je „Mass Downloading capabilities for http://horriblesubs.info“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mass Downloader for http://horriblesubs.info

Stáhněte si soubory rozšíření Mass Downloader for http://horriblesubs.info ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Oficiální URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Popis Mass Downloading capabilities for http://horriblesubs.info
Velikost souboru 38.79 KB
Počet instalací 31
Aktuální Verze 1
Poslední Aktualizace 2018-05-30
Datum Vydání 2018-05-30
Vývojář duronrulez
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/duronrulez/massdownload
Podporované Jazyky 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"
    ]
}