哔哩哔哩字幕列表

显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!

What is 哔哩哔哩字幕列表?

哔哩哔哩字幕列表 is a Chrome extension developed by kongkongye, and its main feature is "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!".

Extension Screenshots

screenshot
screenshot

Download 哔哩哔哩字幕列表 Extension CRX File

Download 哔哩哔哩字幕列表 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        安装扩展后,在哔哩哔哩网站(https://www.bilibili.com/)观看视频时,视频右侧(弹幕列表上方)会显示字幕列表。

【功能特点】
- 显示视频的字幕列表
- 点击字幕跳转视频对应位置
- 多种格式复制与下载字幕(点击面板左上方三个点)
- 多种方式总结字幕
- 翻译字幕
- 搜索字幕
- 支持深色主题(设置界面)

【其他说明】
复制字幕:alt+点击可复制单条字幕内容,也可正常框选复制。

【开源地址】
此扩展项目已在github开源:https://github.com/IndieKKY/bilibili-subtitle

有问题或者建议欢迎在评论里提交。                    

Extension Basic Information

Name 哔哩哔哩字幕列表 哔哩哔哩字幕列表
ID bciglihaegkdhoogebcdblfhppoilclp
Official URL https://chromewebstore.google.com/detail/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%AD%97%E5%B9%95%E5%88%97%E8%A1%A8/bciglihaegkdhoogebcdblfhppoilclp
Description 显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!
File Size 208 KB
Installation Count 15,137
Current Version 1.8.3
Last Updated 2024-02-26
Publish Date 2023-01-05
Rating 4.90/5 Total 48 Ratings
Developer kongkongye
Email [email protected]
Payment Type free
Extension Website https://github.com/IndieKKY/bilibili-subtitle
Help Page URL https://github.com/IndieKKY/bilibili-subtitle
Privacy Policy Page URL https://www.privacypolicygenerator.info/live.php?token=waIfv87yxDWIwnqjBKC3h4Nu8pHOMJx0
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u54d4\u54e9\u54d4\u54e9\u5b57\u5e55\u5217\u8868",
    "description": "\u663e\u793aB\u7ad9\u89c6\u9891\u7684\u5b57\u5e55\u5217\u8868,\u53ef\u70b9\u51fb\u8df3\u8f6c\u4e0e\u4e0b\u8f7d\u5b57\u5e55,\u5e76\u652f\u6301\u7ffb\u8bd1\u548c\u603b\u7ed3\u5b57\u5e55!",
    "version": "1.8.3",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-script.cjs.8c4ae122.aee10872.js"
            ],
            "matches": [
                "https:\/\/www.bilibili.com\/video\/*",
                "https:\/\/www.bilibili.com\/list\/*"
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "48": "favicon-48x48.png",
            "128": "favicon-128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/*",
                "https:\/\/www.bilibili.com\/*"
            ],
            "resources": [
                "assets\/const.47a95d42.js",
                "assets\/content-script.cjs.8c4ae122.js",
                "index.html"
            ],
            "use_dynamic_url": true
        }
    ]
}