DanmuCat - Show YouTube video comments as danmaku! Firefox

Examine source code of DanmuCat - Show YouTube video comments as danmaku!

Inspect and view changes in DanmuCat - Show YouTube video comments as danmaku! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "0.1.1",
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://danmaku.js.org/*"
  ],
  "permissions": [
    "storage",
    "sidePanel",
    "tabs"
  ],
  "side_panel": {
    "default_path": "src/pages/sidepanel/index.html"
  },
  "background": {
    "scripts": [
      "src/pages/background/index.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://danmaku.js.org/*"
      ],
      "js": [
        "src/pages/contentUI/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tt924412409@gmail.com",
      "strict_min_version": "42.0",
      "strict_max_version": "50.*"
    }
  },
  "options_ui": {
    "page": "src/pages/options/index.html",
    "browser_style": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best DanmuCat - Show YouTube video comments as danmaku! Alternatives

Here are some Firefox add-ons that are similar to DanmuCat - Show YouTube video comments as danmaku!: