Torrent magnet finder
It goes through the html page content searching for magnet links.
O que é Torrent magnet finder?
Torrent magnet finder é uma extensão do Chrome desenvolvida por thereis, e sua principal característica é "It goes through the html page content searching for magnet links.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Torrent magnet finder
Baixe arquivos de extensão Torrent magnet finder 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
This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.
Informações Básicas da Extensão
Nome | Torrent magnet finder |
ID | egeneelmedfcnakdkkpoflpfiogmgjhk |
URL Oficial | https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk |
Descrição | It goes through the html page content searching for magnet links. |
Tamanho do Arquivo | 17.56 KB |
Contagem de Instalações | 4,537 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-03-11 |
Data de Publicação | 2019-03-10 |
Classificação | 2.20/5 Total de 5 Avaliações |
Desenvolvedor | thereis |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/thereis/chrome-magnet-finder |
URL da Página de Ajuda | https://github.com/thereis/chrome-magnet-finder |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent magnet finder", "version": "1.0.0", "description": "It goes through the html page content searching for magnet links.", "content_scripts": [], "icons": { "16": "assets\/imgs\/16.png", "48": "assets\/imgs\/48.png", "128": "assets\/imgs\/128.png" }, "browser_action": { "default_icon": { "16": "assets\/imgs\/16.png", "48": "assets\/imgs\/48.png", "128": "assets\/imgs\/128.png" }, "default_popup": "popup.html" }, "incognito": "split", "permissions": [ "activeTab" ] } |