ChatGPT context menu Firefox

Examine source code of ChatGPT context menu

Inspect and view changes in ChatGPT context menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ask ChatGPT Super Assistant",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{337074c7-4b9a-4b92-9c7f-7ede9ab75cc1}"
    }
  }
}

Best ChatGPT context menu Alternatives

Here are some Firefox add-ons that are similar to ChatGPT context menu: