Magneto

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

Wat is Magneto?

Magneto is een Chrome-extensie ontwikkeld door Arthur B, en de belangrijkste functie is "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Magneto

Download Magneto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A really simple extension that I mainly made for myself.

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

Basisinformatie over de Extensie

Naam Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
Officiële URL https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Beschrijving Instantly opens the first found magnet torrent link without having to click through multiple ads.
Bestandsgrootte 17.1 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2019-11-15
Publicatiedatum 2019-11-15
Ontwikkelaar Arthur B
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}