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