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 |
| Eメール | [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"
]
} | |