Magneto

Instantly opens the first found magnet torrent link without having to click through multiple ads.

O que é Magneto?

Magneto é uma extensão do Chrome desenvolvida por Arthur B, e sua principal característica é "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magneto

Baixe arquivos de extensão Magneto 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

                        A really simple extension that I mainly made for myself.

(Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev)                    

Informações Básicas da Extensão

Nome Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
URL Oficial https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Descrição Instantly opens the first found magnet torrent link without having to click through multiple ads.
Tamanho do Arquivo 17.1 KB
Contagem de Instalações 21
Versão Atual 1.0
Última Atualização 2019-11-15
Data de Publicação 2019-11-15
Desenvolvedor Arthur B
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magneto",
    "author": "Arthur B",
    "version": "1.0",
    "description": "Instantly opens the first found magnet torrent link without having to click through multiple ads.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Magneto"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}