Tia Chop
Unlock premium Download from many file hosting sites.
Tia Chopคืออะไร?
Tia Chop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tiachop.net และคุณลักษณะหลักของมันคือ "Unlock premium Download from many file hosting sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tia Chop
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |