Magneto

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

What is Magneto?

Magneto is a Chrome extension developed by Arthur B, and its main feature is "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Extension Screenshots

screenshot

Download Magneto Extension CRX File

Download Magneto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A really simple extension that I mainly made for myself.

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

Extension Basic Information

Name Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
Official URL https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Description Instantly opens the first found magnet torrent link without having to click through multiple ads.
File Size 17.1 KB
Installation Count 21
Current Version 1.0
Last Updated 2019-11-15
Publish Date 2019-11-15
Developer Arthur B
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}