Magnetar Firefox

Examine source code of Magnetar

By: Arr Cee
Inspect and view changes in Magnetar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "2.1.1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "magnetar@arrcee76",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "webNavigation",
    "downloads",
    "clipboardWrite",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "lib/api-shim.js",
      "lib/fetch-helper.js",
      "lib/shield.js",
      "lib/cache-store.js",
      "lib/providers/local.js",
      "lib/providers/realdebrid.js",
      "lib/providers/rdtclient.js",
      "lib/providers/torbox.js",
      "lib/providers/premiumize.js",
      "lib/providers/alldebrid.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "lib/api-shim.js",
        "lib/detector.js",
        "lib/categories.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Magnetar Alternatives

Here are some Firefox add-ons that are similar to Magnetar: