Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Hvad er Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info er en Chrome-udvidelse udviklet af duronrulez, og dens hovedfunktion er "Mass Downloading capabilities for http://horriblesubs.info".

Udvidelsesskærmbilleder

screenshot

Download Mass Downloader for http://horriblesubs.info-udvidelses-CRX-fil

Download Mass Downloader for http://horriblesubs.info-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Officiel URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Beskrivelse Mass Downloading capabilities for http://horriblesubs.info
Filstørrelse 38.79 KB
Antal Installationer 31
Nuværende Version 1
Senest Opdateret 2018-05-30
Udgivelsesdato 2018-05-30
Udvikler duronrulez
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/duronrulez/massdownload
Understøttede Sprog 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"
    ]
}