Plugin and Extension Manager Firefox

Examine source code of Plugin and Extension Manager

Inspect and view changes in Plugin and Extension Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Plugin and Extension Manager",
  "version": "1.1",
  "description": "Manage and track plugins and extensions used on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "management",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e65ee425-75f0-4ee9-9036-116486c59057}"
    }
  }
}

Best Plugin and Extension Manager Alternatives

Here are some Firefox add-ons that are similar to Plugin and Extension Manager: