MakeChatGPTWider (deprecated) Firefox

Examine source code of MakeChatGPTWider (deprecated)

By: Cubey
Inspect and view changes in MakeChatGPTWider (deprecated) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Increase ChatGPT chatwidth",
  "version": "1.0",
  "description": "Simple addon that will increase the ChatGPT chat width to 100% of the screen. Made with help of chatgpt.",
  "permissions": [
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/c/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c06127a-d947-4968-ba76-17be9a4e5812}"
    }
  }
}

Best MakeChatGPTWider (deprecated) Alternatives

Here are some Firefox add-ons that are similar to MakeChatGPTWider (deprecated):