ChatGPT侧边栏(国内免费使用)

ChatGPT侧边栏(国内免费使用)

ChatGPT侧边栏(免费使用),不用注册,不同梯子,可直接使用,让你充分发挥ChatGPT的强大功能

Additional files are visible only to premium users

manifest.json


{
  "name": "ChatGPT侧边栏(国内免费使用)",
  "description": "ChatGPT侧边栏(免费使用),不用注册,不同梯子,可直接使用,让你充分发挥ChatGPT的强大功能",
  "version": "0.0.73",
  "manifest_version": 3,
  "background": {
    "service_worker": "js/all.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-1.9.1.min.js",
        "js/gpt.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequest",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "/images/logo16.png",
      "32": "/images/logo32.png",
      "48": "/images/logo48.png",
      "128": "/images/logo128.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "/images/logo16.png",
    "32": "/images/logo32.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png"
  },
  "minimum_chrome_version": "93",
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}