GPT Boost Firefox

Examine source code of GPT Boost

Inspect and view changes in GPT Boost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "homepage_url": "https://github.com/fatidian1/GPT-Boost",
  "version": "1.2.1",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "assets/img/icon16.png",
    "32": "assets/img/icon32.png",
    "48": "assets/img/icon48.png",
    "64": "assets/img/icon64.png",
    "128": "assets/img/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gpt-boost@fatidian1"
    }
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best GPT Boost Alternatives

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