Enable Right Click for Web Developer Firefox

Examine source code of Enable Right Click for Web Developer

Inspect and view changes in Enable Right Click for Web Developer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "page": "pages/background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "pages/popup.html",
    "default_title": "__MSG_application_title__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_application_description__",
  "homepage_url": "https://www.codehemu.com/2022/06/how-to-enable-right-click-of-microsoft.html",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "right-click",
  "version": "1.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{14d52f57-89ab-4647-8bba-5468595c7b5f}"
    }
  }
}

Best Enable Right Click for Web Developer Alternatives

Here are some Firefox add-ons that are similar to Enable Right Click for Web Developer: