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
官方網址 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"
            ]
        }
    ]
}