Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Qu'est-ce que Mass Downloader for http://horriblesubs.info ?

Mass Downloader for http://horriblesubs.info est une extension Chrome développée par duronrulez, et sa fonction principale est "Mass Downloading capabilities for http://horriblesubs.info".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mass Downloader for http://horriblesubs.info

Téléchargez les fichiers d'extension Mass Downloader for http://horriblesubs.info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
URL Officiel https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Description Mass Downloading capabilities for http://horriblesubs.info
Taille du Fichier 38.79 KB
Nombre d'Installations 31
Version Actuelle 1
Dernière Mise à Jour 2018-05-30
Date de Publication 2018-05-30
Développeur duronrulez
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/duronrulez/massdownload
Langues Prises en Charge 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"
    ]
}