ChatGPT Customizer Firefox

Examine source code of ChatGPT Customizer

Inspect and view changes in ChatGPT Customizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Customizer",
  "description": "Customize ChatGPT web interface.",
  "version": "1.0.0",
  "icons": {
    "16": "assets/images/icon/icon-16.png",
    "32": "assets/images/icon/icon-32.png",
    "48": "assets/images/icon/icon-48.png",
    "128": "assets/images/icon/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "assets/js/jquery.min.js",
        "services/customizer.js"
      ],
      "css": [
        "assets/css/customizer.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{68c0385c-c45a-45df-94e8-d03f7d3514ed}"
    }
  }
}

Best ChatGPT Customizer Alternatives

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