Chat Enhancer Firefox

Examine source code of Chat Enhancer

Inspect and view changes in Chat Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chat Enhancer",
  "version": "1.0.0",
  "description": "Enhances AI chat interfaces with collapsible answers, quick controls, and improved navigation.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chat-enhancer@xenhancer",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_title": "Chat Enhancer"
  }
}

Best Chat Enhancer Alternatives

Here are some Firefox add-ons that are similar to Chat Enhancer: