Tia Chop
Unlock premium Download from many file hosting sites.
什么是Tia Chop?
Tia Chop是由http://tiachop.net开发的Chrome扩展程序,该扩展的主要功能是“Unlock premium Download from many file hosting sites.”。
扩展截图
下载Tia Chop扩展crx文件
下载Tia Chop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension help you download faster on many file storage hosting services. Supported hosting: + Rapidgator.net + Uploaded.net + fshare.vn + 4share.vn .. and still increasing.
扩展基本信息
名称 | |
ID | dljajolkmnbnkbbjhemkpljlmhlkchio |
官方URL | https://chrome.google.com/webstore/detail/tia-chop/dljajolkmnbnkbbjhemkpljlmhlkchio |
简介 | Unlock premium Download from many file hosting sites. |
文件大小 | 17.33 KB |
安装次数 | 84 |
当前版本 | 1.0.1 |
更新时间 | 2016-04-23 |
上架时间 | 2016-04-23 |
评分 | 2.50/5 共8次评分 |
开发者 | http://tiachop.net |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "name": "Tia Chop", "description": "Unlock premium Download from many file hosting sites.", "version": "1.0.1", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "indicator.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "48": "icon-default-scale2.png", "128": "icon-default-scale2.png" }, "page_action": { "default_icon": { "19": "icon-default.png", "38": "icon-default-scale2.png" }, "default_title": "Tia Chop" }, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "content.html", "options.js", "style.css", "request.min.js" ] } |