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" ] } |