CG Access Master - ChatGPT Science Internet dedicated tool

CG Access Master - ChatGPT Science Internet dedicated tool

Specially for education, scientific research, games, news, foreign trade, cross-border e-commerce, seafood and developers, to solve ChatGPT inaccessible and Internet acceleration tools, Edge kernel browser dedicated, while access to GPT-4, DALL.E2, Whisper, Alignment, and API and other OpenAI products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "homepage_url": "http://letsmain.com/chatgpt-access-master",
  "version": "3.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": "icons/32.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "cookies",
    "storage",
    "proxy",
    "declarativeNetRequest"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/popup.js"
      ]
    }
  ],
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}