The Pirate Bay torrent search
A pirate's way to search a torrent by selecting text!
Hvad er The Pirate Bay torrent search?
The Pirate Bay torrent search er en Chrome-udvidelse udviklet af Rich Art, og dens hovedfunktion er "A pirate's way to search a torrent by selecting text!".
Udvidelsesskærmbilleder
Download The Pirate Bay torrent search-udvidelses-CRX-fil
Download The Pirate Bay torrent search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bjkpenmobbeedaclipgbebdkkhdcndka |
| Officiel URL | https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka |
| Beskrivelse | A pirate's way to search a torrent by selecting text! |
| Filstørrelse | 43.49 KB |
| Antal Installationer | 5,505 |
| Nuværende Version | 0.5.2 |
| Senest Opdateret | 2016-10-03 |
| Udgivelsesdato | 2016-10-03 |
| Bedømmelse | 4.13/5 Samlet 15 Bedømmelser |
| Udvikler | Rich Art |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |