Right Click Firefox

Examine source code of Right Click

By: cuhela Add-on
Inspect and view changes in Right Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Right Click",
  "version": "2.1",
  "description": "Right click menu for specific actions",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "right-click@mcavdar.com"
    }
  },
  "icons": {
    "16": "right-click.svg",
    "32": "right-click.svg",
    "48": "right-click.svg",
    "128": "right-click.svg"
  },
  "options_page": "options.html",
  "action": {
    "default_popup": "options.html"
  }
}

Best Right Click Alternatives

Here are some Firefox add-ons that are similar to Right Click: