The Pirate Bay torrent search
A pirate's way to search a torrent by selecting text!
Cos'è The Pirate Bay torrent search?
The Pirate Bay torrent search è un'estensione di Chrome sviluppata da Rich Art, e la sua funzione principale è "A pirate's way to search a torrent by selecting text!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Pirate Bay torrent search
Scarica i file di estensione The Pirate Bay torrent search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to select text on a page, right click it, and search that text on The Pirate Bay.
Informazioni di Base sull'Estensione
Nome | The Pirate Bay torrent search |
ID | bjkpenmobbeedaclipgbebdkkhdcndka |
URL Ufficiale | https://chromewebstore.google.com/detail/the-pirate-bay-torrent-se/bjkpenmobbeedaclipgbebdkkhdcndka |
Descrizione | A pirate's way to search a torrent by selecting text! |
Dimensione del File | 43.49 KB |
Conteggio Installazioni | 5,505 |
Versione Corrente | 0.5.2 |
Ultimo Aggiornamento | 2016-10-03 |
Data di Pubblicazione | 2016-10-03 |
Valutazione | 4.13/5 Totale 15 Valutazioni |
Sviluppatore | Rich Art |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |