Free ChatGPT for Google Chrome - ZChatGPT

Free ChatGPT for Google Chrome - 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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Free ChatGPT for Google Chrome - 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.2",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}