Mass Downloader for http://horriblesubs.info
Mass Downloading capabilities for http://horriblesubs.info
什麼是Mass Downloader for http://horriblesubs.info?
Mass Downloader for http://horriblesubs.info是由duronrulez開發的Chrome擴展程式,該擴展的主要功能是“Mass Downloading capabilities for http://horriblesubs.info”。
擴展截圖
下載Mass Downloader for http://horriblesubs.info擴展crx文件
下載Mass Downloader for http://horriblesubs.info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Mass Downloader for http://horriblesubs.info |
ID | cniifnclgioobnlgkndbmacdkcgdogah |
官方網址 | https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah |
簡介 | Mass Downloading capabilities for http://horriblesubs.info |
檔案大小 | 38.79 KB |
安裝次數 | 31 |
目前版本 | 1 |
更新時間 | 2018-05-30 |
上架時間 | 2018-05-30 |
開發者 | duronrulez |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/duronrulez/massdownload |
支援的語言 | 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" ] } |