Kickass Torrents SearchFocus

Sets the focus to the search field on kickass torrents

What is Kickass Torrents SearchFocus?

Kickass Torrents SearchFocus is a Chrome extension developed by ckuijjer, and its main feature is "Sets the focus to the search field on kickass torrents".

Download Kickass Torrents SearchFocus Extension CRX File

Download Kickass Torrents SearchFocus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Kickass Torrents SearchFocus Kickass Torrents SearchFocus
ID onfbnebjjcnppmfmiipmfopjkmipkjkf
Official URL https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf
Description Sets the focus to the search field on kickass torrents
File Size 5.55 KB
Installation Count 420
Current Version 1.3
Last Updated 2014-03-29
Publish Date 2014-03-29
Rating 4.22/5 Total 41 Ratings
Developer ckuijjer
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}