Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Wat is Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info is een Chrome-extensie ontwikkeld door duronrulez, en de belangrijkste functie is "Mass Downloading capabilities for http://horriblesubs.info".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mass Downloader for http://horriblesubs.info

Download Mass Downloader for http://horriblesubs.info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Officiële URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Beschrijving Mass Downloading capabilities for http://horriblesubs.info
Bestandsgrootte 38.79 KB
Aantal Installaties 31
Huidige Versie 1
Laatst Bijgewerkt 2018-05-30
Publicatiedatum 2018-05-30
Ontwikkelaar duronrulez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/duronrulez/massdownload
Ondersteunde Talen 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"
    ]
}