Magnet Links for Torrentz2
Adds magnet links to torrent files on Torrentz2.
Cos'è Magnet Links for Torrentz2?
Magnet Links for Torrentz2 è un'estensione di Chrome sviluppata da blahblahblahblha303, e la sua funzione principale è "Adds magnet links to torrent files on Torrentz2.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magnet Links for Torrentz2
Scarica i file di estensione Magnet Links for Torrentz2 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
Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages. Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly. The extension works on Torrentz on the off-chance it comes back, and on Torrentz2. It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author. Github: https://github.com/blha303/torrentz2-magnet
Informazioni di Base sull'Estensione
Nome | |
ID | hkobljcmoojndbempmmgagaphocpmkni |
URL Ufficiale | https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni |
Descrizione | Adds magnet links to torrent files on Torrentz2. |
Dimensione del File | 10.07 KB |
Conteggio Installazioni | 7,819 |
Versione Corrente | 0.9.5-t2 |
Ultimo Aggiornamento | 2016-08-24 |
Data di Pubblicazione | 2016-08-24 |
Valutazione | 4.60/5 Totale 35 Valutazioni |
Sviluppatore | blahblahblahblha303 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://b303.me/chromestoreprivacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*", "*:\/\/torrentz2.eu\/*" ], "run_at": "document_end" } ], "description": "Adds magnet links to torrent files on Torrentz2.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Magnet Links for Torrentz2", "version": "0.10.5", "version_name": "0.9.5-t2", "web_accessible_resources": [ "icon16.png" ] } |