ChatGPT web utility Firefox

Examine source code of ChatGPT web utility

Inspect and view changes in ChatGPT web utility source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT web utility",
  "version": "1.0",
  "description": "Right-click selected text, get an answer.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0baff5c6-d6b0-4f5d-9a77-0146303ac7b3}"
    }
  }
}

Best ChatGPT web utility Alternatives

Here are some Firefox add-ons that are similar to ChatGPT web utility: