Kickass Torrents SearchFocus
Sets the focus to the search field on kickass torrents
Kickass Torrents SearchFocus là gì?
Kickass Torrents SearchFocus là một tiện ích mở rộng Chrome được phát triển bởi ckuijjer, và tính năng chính của nó là "Sets the focus to the search field on kickass torrents".
Tải xuống tệp CRX của tiện ích mở rộng Kickass Torrents SearchFocus
Tải xuống các tệp mở rộng Kickass Torrents SearchFocus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onfbnebjjcnppmfmiipmfopjkmipkjkf |
URL Chính Thức | https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf |
Mô tả | Sets the focus to the search field on kickass torrents |
Kích Thước Tệp | 5.55 KB |
Số Lần Cài Đặt | 420 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2014-03-29 |
Ngày Phát Hành | 2014-03-29 |
Đánh Giá | 4.22/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | ckuijjer |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |