Kickass Torrents SearchFocus
Sets the focus to the search field on kickass torrents
Vad är Kickass Torrents SearchFocus?
Kickass Torrents SearchFocus är en Chrome-tillägg utvecklad av ckuijjer, och dess huvudfunktion är "Sets the focus to the search field on kickass torrents".
Ladda ner Kickass Torrents SearchFocus-förlängningens CRX-fil
Ladda ner Kickass Torrents SearchFocus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | onfbnebjjcnppmfmiipmfopjkmipkjkf |
Officiell webbadress | https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf |
Beskrivning | Sets the focus to the search field on kickass torrents |
Filstorlek | 5.55 KB |
Antal Installationer | 420 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2014-03-29 |
Publiceringsdatum | 2014-03-29 |
Betyg | 4.22/5 Totalt 41 Betyg |
Utvecklare | ckuijjer |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |