Expand chatGPT response box

Expand chatGPT response box

Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Expand chatGPT response box",
  "version": "1.8",
  "icons": {
    "48": "images/icons/icon48.png",
    "64": "images/icons/icon64.png",
    "72": "images/icons/icon72.png",
    "96": "images/icons/icon96.png",
    "128": "images/icons/icon128.png"
  },
  "description": "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!",
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ]
}