ChatGPT Browser Integration Firefox

Examine source code of ChatGPT Browser Integration

Inspect and view changes in ChatGPT Browser Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Browser Integration",
  "version": "1.1",
  "description": "Access ChatGPT from your browser anywhere! By command or simple button click, you can finally forget about switching tabs.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hi@mantasdigital.com",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best ChatGPT Browser Integration Alternatives

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