Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

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

Mass Downloader for http://horriblesubs.info is a Chrome extension developed by duronrulez, and its main feature is "Mass Downloading capabilities for http://horriblesubs.info".

Extension Screenshots

screenshot

Download Mass Downloader for http://horriblesubs.info Extension CRX File

Download Mass Downloader for http://horriblesubs.info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
Official URL https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Description Mass Downloading capabilities for http://horriblesubs.info
File Size 38.79 KB
Installation Count 31
Current Version 1
Last Updated 2018-05-30
Publish Date 2018-05-30
Developer duronrulez
Email [email protected]
Payment Type free
Extension Website https://github.com/duronrulez/massdownload
Supported Languages 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"
    ]
}