Magneto

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

Cos'è Magneto?

Magneto è un'estensione di Chrome sviluppata da Arthur B, e la sua funzione principale è "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magneto

Scarica i file di estensione Magneto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A really simple extension that I mainly made for myself.

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

Informazioni di Base sull'Estensione

Nome Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
URL Ufficiale https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Descrizione Instantly opens the first found magnet torrent link without having to click through multiple ads.
Dimensione del File 17.1 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2019-11-15
Data di Pubblicazione 2019-11-15
Sviluppatore Arthur B
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}