Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Was ist Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info ist eine Chrome-Erweiterung, die von duronrulez entwickelt wurde, und ihr Hauptmerkmal ist "Mass Downloading capabilities for http://horriblesubs.info".

Erweiterungsscreenshots

screenshot

Mass Downloader for http://horriblesubs.info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mass Downloader for http://horriblesubs.info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Offizielle URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Beschreibung Mass Downloading capabilities for http://horriblesubs.info
Dateigröße 38.79 KB
Installationsanzahl 31
Aktuelle Version 1
Letztes Update 2018-05-30
Veröffentlichungsdatum 2018-05-30
Entwickler duronrulez
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/duronrulez/massdownload
Unterstützte Sprachen 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"
    ]
}