ChatGTP

ChatGTP

ChatGTP Chrome Extension helps you access Chat GTP everywhere in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup/payment.html"
  },
  "author": "Sprise",
  "description": "ChatGTP Chrome Extension helps you access Chat GTP everywhere in your browser",
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "host_permissions": [
    "https://you-chat-gpt.p.rapidapi.com/*"
  ],
  "manifest_version": 3,
  "name": "ChatGTP",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}