飞速下载器
飞速下载
What is 飞速下载器?
飞速下载器 is a Chrome extension developed by Unknown, and its main feature is "飞速下载".
Extension Screenshots
Download 飞速下载器 Extension CRX File
Download 飞速下载器 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
洪流下载支持 该扩展是南京托伦特信息技术有限公司旗下产品“洪流”的Chrome浏览器官方支持扩展,安装即可下载享受安全、稳定、高效的极速下载体验。适用于洪流浏览器版本,并随洪流官方客户端打包。本扩展会及时进行更新。 【更新信息】 ·2018-11-23更新至1.0:支持最新版本Chrome
Extension Basic Information
Name | 飞速下载器 |
ID | ghjfkahcnpgfoidmccjkblndhffdppod |
Official URL | https://chromewebstore.google.com/detail/%E9%A3%9E%E9%80%9F%E4%B8%8B%E8%BD%BD%E5%99%A8/ghjfkahcnpgfoidmccjkblndhffdppod |
Description | 飞速下载 |
File Size | 38.96 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2018-11-27 |
Publish Date | 2018-11-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u98de\u901f\u4e0b\u8f7d\u5668", "manifest_version": 2, "version": "1.0", "description": "\u98de\u901f\u4e0b\u8f7d", "browser_action": { "default_icon": "torrent_logo.png", "default_title": "\u98de\u901f\u4e0b\u8f7d\u5668" }, "author": "torrent", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content_script.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.chinatorrent.cn\/" ], "js": [ "blank.js" ], "run_at": "document_end" } ] } |