The Pirate Bay torrent search
A pirate's way to search a torrent by selecting text!
Wat is The Pirate Bay torrent search?
The Pirate Bay torrent search is een Chrome-extensie ontwikkeld door Rich Art, en de belangrijkste functie is "A pirate's way to search a torrent by selecting text!".
Extensie Screenshots
Download het CRX-bestand van de extensie The Pirate Bay torrent search
Download The Pirate Bay torrent search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay. Basisinformatie over de Extensie
| Naam | |
| ID | bjkpenmobbeedaclipgbebdkkhdcndka |
| Officiële URL | https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka |
| Beschrijving | A pirate's way to search a torrent by selecting text! |
| Bestandsgrootte | 43.49 KB |
| Aantal Installaties | 5,505 |
| Huidige Versie | 0.5.2 |
| Laatst Bijgewerkt | 2016-10-03 |
| Publicatiedatum | 2016-10-03 |
| Beoordeling | 4.13/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Rich Art |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |