Magneto

Provides a right-click option to send magnet links to Transmission

What is Magneto?

Magneto is a Chrome extension developed by Ravrahn, and its main feature is "Provides a right-click option to send magnet links to Transmission".

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

                        This extension gives an "Add to Transmission" option in the right-click menu. Clicking it will add the magnet link to your Transmission web client (does nothing on non-magnet links).                    

Extension Basic Information

Name Magneto Magneto
ID hdbhpfgakloaplbielkaidkecmfcmbkj
Official URL https://chromewebstore.google.com/detail/magneto/hdbhpfgakloaplbielkaidkecmfcmbkj
Description Provides a right-click option to send magnet links to Transmission
File Size 80.12 KB
Installation Count 18
Current Version 1.0
Last Updated 2018-05-29
Publish Date 2018-05-28
Developer Ravrahn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magneto",
    "version": "1.0",
    "description": "Provides a right-click option to send magnet links to Transmission",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "",
        "storage"
    ]
}