The Pirate Bay Search
Quick search option for The Pirate Bay
What is The Pirate Bay Search?
The Pirate Bay Search is a Chrome extension developed by Omri, and its main feature is "Quick search option for The Pirate Bay".
Download The Pirate Bay Search Extension CRX File
Download The Pirate Bay Search 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
Extension Basic Information
Name | |
ID | acekmohfgklencgadaalglcinlpcjbbn |
Official URL | https://chrome.google.com/webstore/detail/the-pirate-bay-search/acekmohfgklencgadaalglcinlpcjbbn |
Description | Quick search option for The Pirate Bay |
File Size | 76.87 KB |
Installation Count | 47 |
Current Version | 0.0.0.1 |
Last Updated | 2013-12-17 |
Publish Date | 2013-12-17 |
Developer | Omri |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Pirate Bay Search", "description": "Quick search option for The Pirate Bay", "version": "0.0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |