right click search for Thepiratebay
Send the key word to thepiratebay, and search it.
right click search for Thepiratebayとは何ですか?
right click search for ThepiratebayはAlleenによって開発されたChromeの拡張機能で、その主な機能は「Send the key word to thepiratebay, and search it.」です。
拡張機能のスクリーンショット
right click search for Thepiratebay拡張機能のCRXファイルをダウンロード
right click search for Thepiratebay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can select the keyword from your browser, and easy send to Thepiratebay via right click.
It will show search result on new chrome tab. 拡張機能の基本情報
| 名前 | |
| ID | aoobhfgdfanbloadaggnabfbgbhkbpgb |
| 公式URL | https://chromewebstore.google.com/detail/right-click-search-for-th/aoobhfgdfanbloadaggnabfbgbhkbpgb |
| 説明 | Send the key word to thepiratebay, and search it. |
| ファイルサイズ | 424 KB |
| インストール数 | 28 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2016-01-05 |
| 公開日 | 2016-01-05 |
| 開発者 | Alleen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Alleen Wang",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "0.2",
"default_locale": "en",
"permissions": [
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"19": "assets\/icon\/icon-16.png",
"38": "assets\/icon\/icon-32.png"
}
},
"icons": {
"16": "assets\/icon\/icon-16.png",
"32": "assets\/icon\/icon-32.png",
"64": "assets\/icon\/icon-64.png",
"96": "assets\/icon\/icon-96.png",
"128": "assets\/icon\/icon-128.png",
"256": "assets\/icon\/icon-256.png"
},
"background": {
"persistent": false,
"scripts": [
"assets\/lib\/jquery-2.1.3.min.js",
"assets\/js\/content.js"
]
},
"options_page": "preferences.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"preferences.html"
]
} | |