Torrentz direct search
A kick-ass way to search a torrent by selecting text!
Torrentz direct searchคืออะไร?
Torrentz direct search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rich Art และคุณลักษณะหลักของมันคือ "A kick-ass way to search a torrent by selecting text!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrentz direct search
ดาวน์โหลดไฟล์ส่วนขยาย Torrentz direct search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dilkpbckgcjjlgpkejlemkmlgceghijn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/torrentz-direct-search/dilkpbckgcjjlgpkejlemkmlgceghijn |
| คำอธิบาย | A kick-ass way to search a torrent by selecting text! |
| ขนาดไฟล์ | 7.46 KB |
| จำนวนการติดตั้ง | 789 |
| เวอร์ชันปัจจุบัน | 0.5.1 |
| อัปเดตครั้งล่าสุด | 2016-05-24 |
| วันที่เผยแพร่ | 2016-05-24 |
| คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Rich Art |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Torrentz direct search",
"author": "Richard van Goch",
"description": "A kick-ass way to search a torrent by selecting text!",
"version": "0.5.1",
"short_name": "Torrentz search",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus"
]
} | |