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 |
官方URL | 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" ] } |