Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Vad är Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info är en Chrome-tillägg utvecklad av duronrulez, och dess huvudfunktion är "Mass Downloading capabilities for http://horriblesubs.info".

Tilläggsskärmbilder

screenshot

Ladda ner Mass Downloader for http://horriblesubs.info-förlängningens CRX-fil

Ladda ner Mass Downloader for http://horriblesubs.info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Officiell webbadress https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Beskrivning Mass Downloading capabilities for http://horriblesubs.info
Filstorlek 38.79 KB
Antal Installationer 31
Aktuell Version 1
Senast Uppdaterad 2018-05-30
Publiceringsdatum 2018-05-30
Utvecklare duronrulez
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/duronrulez/massdownload
Stödda Språk 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"
    ]
}