ChatGPT Extension Firefox

Examine source code of ChatGPT Extension

Inspect and view changes in ChatGPT Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT WebExtension",
  "version": "1.0",
  "description": "Use ChatGPT via WebExtension",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "48": "logo.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aknoryx28@yandex.com",
      "strict_min_version": "42.0"
    }
  }
}

Best ChatGPT Extension Alternatives

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