Kickass torrent search
A kick-ass way to search a torrent by selecting text!
什么是Kickass torrent search?
Kickass torrent search是由Rich Art开发的Chrome扩展程序,该扩展的主要功能是“A kick-ass way to search a torrent by selecting text!”。
扩展截图
下载Kickass torrent search扩展crx文件
下载Kickass torrent search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to select text on a page, right click it, and search that text on Kickass torrents.
扩展基本信息
名称 | Kickass torrent search |
ID | mfejenndcibciljogmlhppblholelagg |
官方URL | https://chromewebstore.google.com/detail/kickass-torrent-search/mfejenndcibciljogmlhppblholelagg |
简介 | A kick-ass way to search a torrent by selecting text! |
文件大小 | 38.16 KB |
安装次数 | 3,875 |
当前版本 | 0.5.5 |
更新时间 | 2017-07-22 |
上架时间 | 2017-07-22 |
评分 | 4.38/5 共69次评分 |
开发者 | Rich Art |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kickass torrent search", "author": "Richard van Goch", "description": "A kick-ass way to search a torrent by selecting text!", "version": "0.5.5", "short_name": "KAT search", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "contextMenus" ] } |