Magneto

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

Was ist Magneto?

Magneto ist eine Chrome-Erweiterung, die von Arthur B entwickelt wurde, und ihr Hauptmerkmal ist "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Erweiterungsscreenshots

screenshot

Magneto-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magneto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A really simple extension that I mainly made for myself.

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

Grundlegende Informationen zur Erweiterung

Name Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
Offizielle URL https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Beschreibung Instantly opens the first found magnet torrent link without having to click through multiple ads.
Dateigröße 17.1 KB
Installationsanzahl 21
Aktuelle Version 1.0
Letztes Update 2019-11-15
Veröffentlichungsdatum 2019-11-15
Entwickler Arthur B
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}