Danmaku mini player

Danmaku mini player

Supports the latest picture-in-picture API function, and can play/send danmaku in video/live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.3.19",
  "author": "apades",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "clogInject.55f5b85d.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "floatButton.8694c0de.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.19a8780c.js",
        "main.7ee886d8.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "floatButton.7d02330d.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "setting-panel.4bfa60f0.css",
        "DocMiniPlayer.227b6c82.css",
        "main.75afcef2.css",
        "main.79d01215.css"
      ]
    }
  ],
  "commands": {
    "back": {
      "suggested_key": {
        "default": "Alt+Shift+Comma",
        "windows": "Alt+Shift+Comma",
        "mac": "Command+Shift+Left"
      },
      "description": "__MSG_back__"
    },
    "forward": {
      "suggested_key": {
        "default": "Alt+Shift+Period",
        "windows": "Alt+Shift+Period",
        "mac": "Command+Shift+Right"
      },
      "description": "__MSG_forward__"
    },
    "pause/play": {
      "suggested_key": {
        "default": "Alt+Shift+M",
        "windows": "Alt+Shift+M",
        "mac": "Command+Shift+Space"
      },
      "description": "__MSG_playOrPause__"
    },
    "hide": {
      "suggested_key": {
        "default": "Alt+Shift+H",
        "windows": "Alt+Shift+H",
        "mac": "Command+Shift+H"
      },
      "description": "__MSG_hide__"
    },
    "playbackRate": {
      "description": "__MSG_playbackRate__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}