Magnet Link Converter Firefox

Examine source code of Magnet Link Converter

Inspect and view changes in Magnet Link Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Magnet Link Converter",
  "version": "1.4.1",
  "description": "Converts plain text magnet URLs into clickable links automatically.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{63e1a71e-c457-4a50-b0a2-f2f7158f51f5}"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Magnet Link Converter Alternatives

Here are some Firefox add-ons that are similar to Magnet Link Converter: