Magnet Links for Torrentz2
Adds magnet links to torrent files on Torrentz2.
Qu'est-ce que Magnet Links for Torrentz2 ?
Magnet Links for Torrentz2 est une extension Chrome développée par blahblahblahblha303, et sa fonction principale est "Adds magnet links to torrent files on Torrentz2.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magnet Links for Torrentz2
Téléchargez les fichiers d'extension Magnet Links for Torrentz2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hkobljcmoojndbempmmgagaphocpmkni |
URL Officiel | https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni |
Description | Adds magnet links to torrent files on Torrentz2. |
Taille du Fichier | 10.07 KB |
Nombre d'Installations | 7,819 |
Version Actuelle | 0.9.5-t2 |
Dernière Mise à Jour | 2016-08-24 |
Date de Publication | 2016-08-24 |
Évaluation | 4.60/5 Total 35 Évaluations |
Développeur | blahblahblahblha303 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://b303.me/chromestoreprivacy.html |
Langues Prises en Charge | 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" ] } |