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