Kickass Torrents SearchFocus
Sets the focus to the search field on kickass torrents
Apa itu Kickass Torrents SearchFocus?
Kickass Torrents SearchFocus adalah ekstensi Chrome yang dikembangkan oleh ckuijjer, dan fitur utamanya adalah "Sets the focus to the search field on kickass torrents".
Unduh Berkas CRX Ekstensi Kickass Torrents SearchFocus
Unduh file ekstensi Kickass Torrents SearchFocus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | onfbnebjjcnppmfmiipmfopjkmipkjkf |
URL Resmi | https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf |
Deskripsi | Sets the focus to the search field on kickass torrents |
Ukuran File | 5.55 KB |
Jumlah Instalasi | 420 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2014-03-29 |
Tanggal Publikasi | 2014-03-29 |
Penilaian | 4.22/5 Total 41 Penilaian |
Pengembang | ckuijjer |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |