Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Apa itu Mass Downloader for http://horriblesubs.info?

Mass Downloader for http://horriblesubs.info adalah ekstensi Chrome yang dikembangkan oleh duronrulez, dan fitur utamanya adalah "Mass Downloading capabilities for http://horriblesubs.info".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mass Downloader for http://horriblesubs.info

Unduh file ekstensi Mass Downloader for http://horriblesubs.info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
URL Resmi https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Deskripsi Mass Downloading capabilities for http://horriblesubs.info
Ukuran File 38.79 KB
Jumlah Instalasi 31
Versi Saat Ini 1
Terakhir Diperbarui 2018-05-30
Tanggal Publikasi 2018-05-30
Pengembang duronrulez
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/duronrulez/massdownload
Bahasa yang Didukung 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"
    ]
}