Free ChatGPT for msEdge - ZChatGPT

Free ChatGPT for msEdge - ZChatGPT

A simple extension to allow browser users to use ChatGPT in any tab without the need to open ChatGPT or having an account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Free ChatGPT for msEdge - ZChatGPT",
  "description": "A simple extension to allow browser users to use ChatGPT in any tab without the need to open ChatGPT or having an account.",
  "version": "1.4.4.1",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}