B站视频字幕朗读

在Bilibili看带有中文字幕的视频,可以让字幕自动朗读出来,看外语视频更加轻松
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "B站视频字幕朗读",
  "version": "1.0",
  "manifest_version": 3,
  "description": "在Bilibili看带有中文字幕的视频,可以让字幕自动朗读出来,看外语视频更加轻松",
  "icons": {
    "128": "/icon/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bilibili.com/video/*"
      ],
      "js": [
        "index-edge.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}