Kickass Torrents SearchFocus
Sets the focus to the search field on kickass torrents
Wat is Kickass Torrents SearchFocus?
Kickass Torrents SearchFocus is een Chrome-extensie ontwikkeld door ckuijjer, en de belangrijkste functie is "Sets the focus to the search field on kickass torrents".
Download het CRX-bestand van de extensie Kickass Torrents SearchFocus
Download Kickass Torrents SearchFocus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | onfbnebjjcnppmfmiipmfopjkmipkjkf |
Officiële URL | https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf |
Beschrijving | Sets the focus to the search field on kickass torrents |
Bestandsgrootte | 5.55 KB |
Aantal Installaties | 420 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2014-03-29 |
Publicatiedatum | 2014-03-29 |
Beoordeling | 4.22/5 Totaal 41 Beoordelingen |
Ontwikkelaar | ckuijjer |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |