B站bilibil弹幕下载生成ASS字幕

下载bilibili/B站的弹幕,生成供本地播放器使用的ass字幕文件

What is B站bilibil弹幕下载生成ASS字幕?

B站bilibil弹幕下载生成ASS字幕 is a Chrome extension developed by chen, and its main feature is "下载bilibili/B站的弹幕,生成供本地播放器使用的ass字幕文件".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download B站bilibil弹幕下载生成ASS字幕 Extension CRX File

Download B站bilibil弹幕下载生成ASS字幕 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

                        B站弹幕 下载. 下载bilibili/B站的弹幕,生成供本地播放器使用的ass字幕文件
推荐使用Potplayer等比较现代的播放器

如何使用:
1. 在B站视频播放页
2. 点击浏览器右上角的"扩展", 再点击此"扩展"的图标就会弹出下载控制窗
3. 默认情况该扩展可能在"扩展"的拼图图标中隐藏着, 注意找一下

临时的同时显示B站弹幕与视频字幕:
Potplayer 播放器安装xy-VSFilter 或 xy-SubFilter字幕插件. 同时使用自带字幕功能+字幕插件实现同时播放两个字幕文件.                    

Extension Basic Information

Name B站bilibil弹幕下载生成ASS字幕 B站bilibil弹幕下载生成ASS字幕
ID dcplofbjeacbmklahfjhnfnpkbdacbgn
Official URL https://chromewebstore.google.com/detail/b%E7%AB%99bilibil%E5%BC%B9%E5%B9%95%E4%B8%8B%E8%BD%BD%E7%94%9F%E6%88%90ass%E5%AD%97%E5%B9%95/dcplofbjeacbmklahfjhnfnpkbdacbgn
Description 下载bilibili/B站的弹幕,生成供本地播放器使用的ass字幕文件
File Size 85.38 KB
Installation Count 3,000
Current Version 1.3.3
Last Updated 2023-03-18
Publish Date 2020-03-02
Rating 4.72/5 Total 25 Ratings
Developer chen
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B\u7ad9bilibil\u5f39\u5e55\u4e0b\u8f7d\u751f\u6210ASS\u5b57\u5e55",
    "short_name": "B\u7ad9\u5f39\u5e55\u4e0b\u8f7d",
    "version": "1.3.3",
    "description": "\u4e0b\u8f7dbilibili\/B\u7ad9\u7684\u5f39\u5e55,\u751f\u6210\u4f9b\u672c\u5730\u64ad\u653e\u5668\u4f7f\u7528\u7684ass\u5b57\u5e55\u6587\u4ef6",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/*"
            ],
            "js": [
                "FileSave.js",
                "jszip.min.js",
                "protobuf.min.js",
                "Sortable.min.js",
                "content.js",
                "combine.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "progress.html",
                "logging.html",
                "combine.html"
            ],
            "matches": [
                "https:\/\/www.bilibili.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "\u70b9\u51fb\u4e0b\u8f7d\u5f39\u5e55",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}