Magnet Link Recorder Firefox

Examine source code of Magnet Link Recorder

By: oltra
Inspect and view changes in Magnet Link Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Magnet Record",
  "version": "1.2",
  "description": "记录并管理您点击过的 Magnet 链接",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b2d537f-5091-43e2-992c-70ce086ca25a}"
    }
  }
}

Best Magnet Link Recorder Alternatives

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