Ultimate Torrent Grabber
Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link
O que é Ultimate Torrent Grabber?
Ultimate Torrent Grabber é uma extensão do Chrome desenvolvida por http://www.thelocalbay.com, e sua principal característica é "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ultimate Torrent Grabber
Baixe arquivos de extensão Ultimate Torrent Grabber 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
Images shown are from Free No-Copyright content. Sharing a 40 txt Alphanumberic hash code is great for Social Media or Forums By using only the 'Torrent Info Hash' you can highlite and then right click and choose either a Magnet or Torrent Download via your client. All that's needed is the 40 alphanumberic txt Thanks to gaz-911 for getting it started. The Magnet concept is based from loading from your browser. Be sure if you haven't done this method before that you may come across a one time box asking for permission. Do select 'yes' and also if available 'never show again' The Magnet will contain 2 Public Trackers. The Torrent concept is based on 2 selected cache services where a .torrent file is stored. They are either manually stored or indexed for it to work. If error choose Magnet. Images shown are from Legit Free Copyright content.
Informações Básicas da Extensão
Nome | |
ID | edooeddblbmknbfdfnblpcmmbmpjdboa |
URL Oficial | https://chrome.google.com/webstore/detail/ultimate-torrent-grabber/edooeddblbmknbfdfnblpcmmbmpjdboa |
Descrição | Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link |
Tamanho do Arquivo | 43.47 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.3.5.3 |
Última Atualização | 2015-08-14 |
Data de Publicação | 2015-08-14 |
Classificação | 3.21/5 Total de 19 Avaliações |
Desenvolvedor | http://www.thelocalbay.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "name": "Ultimate Torrent Grabber", "version": "1.3.5.3", "description": "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "48": "icon.png" }, "browser_action": { "name": "Manipulate DOM", "default_icon": "icon.png" } } |