Magnet Links for Torrentz2
Adds magnet links to torrent files on Torrentz2.
¿Qué es Magnet Links for Torrentz2?
Magnet Links for Torrentz2 es una extensión de Chrome desarrollada por blahblahblahblha303, y su función principal es "Adds magnet links to torrent files on Torrentz2.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Magnet Links for Torrentz2
Descarga archivos de extensión Magnet Links for Torrentz2 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | hkobljcmoojndbempmmgagaphocpmkni |
URL Oficial | https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni |
Descripción | Adds magnet links to torrent files on Torrentz2. |
Tamaño del Archivo | 10.07 KB |
Cantidad de Instalaciones | 7,819 |
Versión Actual | 0.9.5-t2 |
Última Actualización | 2016-08-24 |
Fecha de Publicación | 2016-08-24 |
Calificación | 4.60/5 Total de 35 Calificaciones |
Desarrollador | blahblahblahblha303 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://b303.me/chromestoreprivacy.html |
Idiomas Soportados | 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" ] } |