BibiGPT · AI 音视频助理

BibiGPT · AI 音视频助理

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Click to open panel",
    "default_popup": "sidepanel.html"
  },
  "version": "2.237.0",
  "name": "BibiGPT · AI 音视频助理",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "scripting",
    "sidePanel",
    "tabs",
    "activeTab",
    "contextMenus",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.1c5589bf.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+B",
        "mac": "Command+Ctrl+B"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "assets/ffmpeg-core.js",
        "assets/ffmpeg-core.wasm"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}