Tia Chop
Unlock premium Download from many file hosting sites.
What is Tia Chop?
Tia Chop is a Chrome extension developed by http://tiachop.net, and its main feature is "Unlock premium Download from many file hosting sites.".
Extension Screenshots
Download Tia Chop Extension CRX File
Download Tia Chop 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 Extension help you download faster on many file storage hosting services. Supported hosting: + Rapidgator.net + Uploaded.net + fshare.vn + 4share.vn .. and still increasing.
Extension Basic Information
Name | |
ID | dljajolkmnbnkbbjhemkpljlmhlkchio |
Official URL | https://chrome.google.com/webstore/detail/tia-chop/dljajolkmnbnkbbjhemkpljlmhlkchio |
Description | Unlock premium Download from many file hosting sites. |
File Size | 17.33 KB |
Installation Count | 84 |
Current Version | 1.0.1 |
Last Updated | 2016-04-23 |
Publish Date | 2016-04-23 |
Rating | 2.50/5 Total 8 Ratings |
Developer | http://tiachop.net |
Payment Type | free |
Supported Languages | 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" ] } |