Magneto

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

Qu'est-ce que Magneto ?

Magneto est une extension Chrome développée par Arthur B, et sa fonction principale est "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Magneto

Téléchargez les fichiers d'extension Magneto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A really simple extension that I mainly made for myself.

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

Informations de Base sur l'Extension

Nom Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
URL Officiel https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Description Instantly opens the first found magnet torrent link without having to click through multiple ads.
Taille du Fichier 17.1 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2019-11-15
Date de Publication 2019-11-15
Développeur Arthur B
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}