Kickass Torrents SearchFocus

Sets the focus to the search field on kickass torrents

Kickass Torrents SearchFocusとは何ですか?

Kickass Torrents SearchFocusはckuijjerによって開発されたChromeの拡張機能で、その主な機能は「Sets the focus to the search field on kickass torrents」です。

Kickass Torrents SearchFocus拡張機能のCRXファイルをダウンロード

Kickass Torrents SearchFocus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Kickass Torrents SearchFocus Kickass Torrents SearchFocus
ID onfbnebjjcnppmfmiipmfopjkmipkjkf
公式URL https://chrome.google.com/webstore/detail/kickass-torrents-searchfo/onfbnebjjcnppmfmiipmfopjkmipkjkf
説明 Sets the focus to the search field on kickass torrents
ファイルサイズ 5.55 KB
インストール数 420
現在のバージョン 1.3
最終更新日 2014-03-29
公開日 2014-03-29
評価 4.22/5 合計 41 レビュー
開発者 ckuijjer
支払い方法 free
対応言語 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"
            ]
        }
    ]
}