ChatGPT免费中文版(GPT4,绘图)

ChatGPT免费中文版(GPT4,绘图)

【精选推荐】ChatGPT免费中文版(GPT4,绘图),是一款基于的OpenAI公司ChatGPT3.5 4.0 绘图模型开发的聊天机器人,具有丰富的问题模版,方便快捷,提问精准,用户无需一次性大额购买,注册即可免费体验,可根据个人需求购买日卡,周卡,月卡。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "default_locale": "zh_CN",
  "description": "【精选推荐】ChatGPT免费中文版(GPT4,绘图),是一款基于的OpenAI公司ChatGPT3.5 4.0 绘图模型开发的聊天机器人,具有丰富的问题模版,方便快捷,提问精准,用户无需一次性大额购买,注册即可免费体验,可根据个人需求购买日卡,周卡,月卡。",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "manifest_version": 3,
  "name": "ChatGPT免费中文版(GPT4,绘图)",
  "permissions": [
    "sidePanel",
    "tabs",
    "storage"
  ],
  "side_panel": {
    "default_path": "popup/siderpanel.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "2.2",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}