Mass Downloader for http://horriblesubs.info
Mass Downloading capabilities for http://horriblesubs.info
Cos'è Mass Downloader for http://horriblesubs.info?
Mass Downloader for http://horriblesubs.info è un'estensione di Chrome sviluppata da duronrulez, e la sua funzione principale è "Mass Downloading capabilities for http://horriblesubs.info".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mass Downloader for http://horriblesubs.info
Scarica i file di estensione Mass Downloader for http://horriblesubs.info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Mass Downloader for http://horriblesubs.info |
ID | cniifnclgioobnlgkndbmacdkcgdogah |
URL Ufficiale | https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah |
Descrizione | Mass Downloading capabilities for http://horriblesubs.info |
Dimensione del File | 38.79 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2018-05-30 |
Data di Pubblicazione | 2018-05-30 |
Sviluppatore | duronrulez |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/duronrulez/massdownload |
Lingue Supportate | 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" ] } |