right click search for Thepiratebay
Send the key word to thepiratebay, and search it.
What is right click search for Thepiratebay?
right click search for Thepiratebay is a Chrome extension developed by Alleen, and its main feature is "Send the key word to thepiratebay, and search it.".
Extension Screenshots
Download right click search for Thepiratebay Extension CRX File
Download right click search for Thepiratebay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | right click search for Thepiratebay |
ID | aoobhfgdfanbloadaggnabfbgbhkbpgb |
Official URL | https://chromewebstore.google.com/detail/right-click-search-for-th/aoobhfgdfanbloadaggnabfbgbhkbpgb |
Description | Send the key word to thepiratebay, and search it. |
File Size | 424 KB |
Installation Count | 28 |
Current Version | 0.2 |
Last Updated | 2016-01-05 |
Publish Date | 2016-01-05 |
Developer | Alleen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |