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"
            ]
        }
    ]
}