Simple Torrent Search [alpha]
A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
Cos'è Simple Torrent Search [alpha]?
Simple Torrent Search [alpha] è un'estensione di Chrome sviluppata da Wayferer, e la sua funzione principale è "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.".
Scarica il file CRX dell'estensione Simple Torrent Search [alpha]
Scarica i file di estensione Simple Torrent Search [alpha] 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
A simple way to quickly search and start downloading Torrents. More to come.
Informazioni di Base sull'Estensione
Nome | |
ID | gghhokjnjfniamhdfclmjfjokmgjkjlc |
URL Ufficiale | https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc |
Descrizione | A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come. |
Dimensione del File | 152 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 0.0.14 |
Ultimo Aggiornamento | 2013-09-16 |
Data di Pubblicazione | 2013-09-16 |
Sviluppatore | Wayferer |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Torrent Search [alpha]", "version": "0.0.14", "manifest_version": 2, "description": "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.", "homepage_url": "https:\/\/twitter.com\/wayferer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Torrent Search", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/thepiratebay.sx\/*" ], "js": [ "src\/inject\/jquery.min.js", "src\/inject\/tpb.js" ] } ] } |