Kickass Torrents SearchFocus

Sets the focus to the search field on kickass torrents

Co to jest Kickass Torrents SearchFocus?

Kickass Torrents SearchFocus to rozszerzenie Chrome opracowane przez ckuijjer, a jego główną funkcją jest „Sets the focus to the search field on kickass torrents”.

Pobierz plik CRX rozszerzenia Kickass Torrents SearchFocus

Pobierz pliki rozszerzeń Kickass Torrents SearchFocus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Kickass Torrents SearchFocus Kickass Torrents SearchFocus
ID onfbnebjjcnppmfmiipmfopjkmipkjkf
Oficjalny URL https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf
Opis Sets the focus to the search field on kickass torrents
Rozmiar pliku 5.55 KB
Liczba instalacji 420
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-03-29
Data Publikacji 2014-03-29
Ocena 4.22/5 Łącznie 41 Oceny
Deweloper ckuijjer
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}