GPT Enhancer Firefox

Examine source code of GPT Enhancer

Inspect and view changes in GPT Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GPT Enhancer",
  "version": "1.1.4",
  "description": "Elevate your ChatGPT experience with tools designed to improve usability, organization, and productivity.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "injector/intercept/loadScript.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "injector/intercept/intercept.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5c63145d-bacd-46ba-bcb2-9c6b94363a77}"
    }
  }
}

Best GPT Enhancer Alternatives

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