Kickass Torrents SearchFocus
Sets the focus to the search field on kickass torrents
Kickass Torrents SearchFocusคืออะไร?
Kickass Torrents SearchFocus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ckuijjer และคุณลักษณะหลักของมันคือ "Sets the focus to the search field on kickass torrents"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kickass Torrents SearchFocus
ดาวน์โหลดไฟล์ส่วนขยาย Kickass Torrents SearchFocus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onfbnebjjcnppmfmiipmfopjkmipkjkf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf |
คำอธิบาย | Sets the focus to the search field on kickass torrents |
ขนาดไฟล์ | 5.55 KB |
จำนวนการติดตั้ง | 420 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2014-03-29 |
วันที่เผยแพร่ | 2014-03-29 |
คะแนน | 4.22/5 รวมทั้งหมด 41 คะแนน |
ผู้พัฒนา | ckuijjer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kickass Torrents SearchFocus", "description": "Sets the focus to the search field on kickass torrents", "version": "1.3", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/kat.ph\/*", "https:\/\/kat.ph\/*", "http:\/\/kickass.to\/*", "https:\/\/kickass.to\/*" ], "js": [ "content.js" ] } ] } |