NoContext - Enable Right Click & Select Text Firefox

Examine source code of NoContext - Enable Right Click & Select Text

By: wcoding
Inspect and view changes in NoContext - Enable Right Click & Select Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "NoContext - Enable Right Click & Select Text",
  "version": "1.0.13",
  "description": "Bring back the right-click! Let me select text!",
  "icons": {
    "16": "icons/right-click-16.png",
    "32": "icons/right-click-32.png",
    "48": "icons/right-click-48.png",
    "128": "icons/right-click-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/right-click-16.png",
      "32": "icons/right-click-32.png",
      "48": "icons/right-click-48.png",
      "128": "icons/right-click-128.png"
    },
    "default_title": "NoContext"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "file://*/"
  ],
  "options_ui": {
    "browser_style": true,
    "open_in_tab": true,
    "page": "options.html"
  },
  "incognito": "spanning",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4ab5fa5-483e-4ed3-a06c-84660ade9a15}"
    }
  }
}

Best NoContext - Enable Right Click & Select Text Alternatives

Here are some Firefox add-ons that are similar to NoContext - Enable Right Click & Select Text: