WideGPT Firefox

Examine source code of WideGPT

Inspect and view changes in WideGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WideGPT",
  "version": "1.17",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "description": "Widens the answer area for ChatGPT. Made by Chris Stone.",
  "icons": {
    "48": "images/widegpt.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.chatgpt.com/*"
      ],
      "css": [
        "css/override.css"
      ],
      "js": [
        "js/jquery-3.7.1.min.js",
        "js/widegpt.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "widegpt@cstone"
    }
  },
  "web_accessible_resources": [
    "images/widegpt.png",
    "slider.html"
  ]
}

Best WideGPT Alternatives

Here are some Firefox add-ons that are similar to WideGPT: