ChatGPT(永久免费国内直连)GPT-4, 联网, 绘图, 侧边栏

ChatGPT(永久免费国内直连)GPT-4, 联网, 绘图, 侧边栏

【精选推荐】ChatGPT(永久免费国内直连)GPT-4, 联网, 绘图, 侧边栏,是一款基于的OpenAI公司ChatGPT3.5模型开发的聊天机器人,具有丰富的问题模版,方便快捷,提问精准,注册即可免费体验

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup/popup.html"
  },
  "description": "【精选推荐】ChatGPT(永久免费国内直连)GPT-4, 联网, 绘图, 侧边栏,是一款基于的OpenAI公司ChatGPT3.5模型开发的聊天机器人,具有丰富的问题模版,方便快捷,提问精准,注册即可免费体验",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "default_locale": "zh_CN",
  "permissions": [
    "sidePanel",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/layui/layui.js",
        "js/content_scripts.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "side_panel": {
    "default_path": "popup/popup.html"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "manifest_version": 3,
  "name": "ChatGPT(永久免费国内直连)GPT-4, 联网, 绘图, 侧边栏",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.9.5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ],
  "minimum_chrome_version": "101",
  "host_permissions": [
    "<all_urls>"
  ]
}