Kickass Torrents SearchFocus

Sets the focus to the search field on kickass torrents

Cos'è Kickass Torrents SearchFocus?

Kickass Torrents SearchFocus è un'estensione di Chrome sviluppata da ckuijjer, e la sua funzione principale è "Sets the focus to the search field on kickass torrents".

Scarica il file CRX dell'estensione Kickass Torrents SearchFocus

Scarica i file di estensione Kickass Torrents SearchFocus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Kickass Torrents SearchFocus Kickass Torrents SearchFocus
ID onfbnebjjcnppmfmiipmfopjkmipkjkf
URL Ufficiale https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf
Descrizione Sets the focus to the search field on kickass torrents
Dimensione del File 5.55 KB
Conteggio Installazioni 420
Versione Corrente 1.3
Ultimo Aggiornamento 2014-03-29
Data di Pubblicazione 2014-03-29
Valutazione 4.22/5 Totale 41 Valutazioni
Sviluppatore ckuijjer
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}