在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"
}