The Pirate Bay torrent search
A pirate's way to search a torrent by selecting text!
What is The Pirate Bay torrent search?
The Pirate Bay torrent search is a Chrome extension developed by Rich Art, and its main feature is "A pirate's way to search a torrent by selecting text!".
Extension Screenshots
Download The Pirate Bay torrent search Extension CRX File
Download The Pirate Bay torrent 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
This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay.
Extension Basic Information
Name | The Pirate Bay torrent search |
ID | bjkpenmobbeedaclipgbebdkkhdcndka |
Official URL | https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka |
Description | A pirate's way to search a torrent by selecting text! |
File Size | 43.49 KB |
Installation Count | 5,505 |
Current Version | 0.5.2 |
Last Updated | 2016-10-03 |
Publish Date | 2016-10-03 |
Rating | 4.13/5 Total 15 Ratings |
Developer | Rich Art |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |