Magnet Links for Torrentz
Adds magnet links to torrent files on Torrentz.
O que é Magnet Links for Torrentz?
Magnet Links for Torrentz é uma extensão do Chrome desenvolvida por bodyflex, e sua principal característica é "Adds magnet links to torrent files on Torrentz.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Magnet Links for Torrentz
Baixe arquivos de extensão Magnet Links for Torrentz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Adds magnet links to torrents on the Torrentz 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, altough the link will also work without them. On single pages trackers are added instantly. The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration. It's written in vanilla JavaScript and is over six times smaller in size than its rivals. GitHub: https://github.com/bodyflex/torrentz-magnet
Informações Básicas da Extensão
Nome | Magnet Links for Torrentz |
ID | pgmaidhfoodebfiocgananbdfnankehm |
URL Oficial | https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm |
Descrição | Adds magnet links to torrent files on Torrentz. |
Tamanho do Arquivo | 8.78 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 0.9.2 |
Última Atualização | 2015-03-18 |
Data de Publicação | 2015-03-18 |
Classificação | 3.75/5 Total de 88 Avaliações |
Desenvolvedor | bodyflex |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "run_at": "document_end", "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*", "*:\/\/torrentz.com\/*" ] } ], "description": "Adds magnet links to torrent files on Torrentz.", "manifest_version": 2, "name": "Magnet Links for Torrentz", "version": "0.9.2", "web_accessible_resources": [ "icon16.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |