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