bilibili jimaku filter

功能众多的B站同传字幕过滤插件

What is bilibili jimaku filter?

bilibili jimaku filter is a Chrome extension developed by blankesslob, and its main feature is "功能众多的B站同传字幕过滤插件".

Extension Screenshots

screenshot
screenshot

Download bilibili jimaku filter Extension CRX File

Download bilibili jimaku filter 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

                        bilibili jimaku filter 是透過WebSocket/元素過濾即時翻譯(簡稱同傳)用戶的彈幕的插件,並把它作為字幕顯示到更好的界面上.

本插件目前有很多功能包括UI界面設定/字幕風格設定/字幕下載功能/SC記錄下載等等。


更多詳細, 可到:
https://github.com/eric2788/bilibili-jimaku-filter/blob/master/README.md

更新日誌:
https://github.com/eric2788/bilibili-jimaku-filter/releases

如有問題,請到:
https://github.com/eric2788/bilibili-jimaku-filter/issues                    

Extension Basic Information

Name bilibili jimaku filter bilibili jimaku filter
ID nhomlepkjglilcahfcfnggebkaabeiog
Official URL https://chromewebstore.google.com/detail/bilibili-jimaku-filter/nhomlepkjglilcahfcfnggebkaabeiog
Description 功能众多的B站同传字幕过滤插件
File Size 330 KB
Installation Count 798
Current Version 0.12.4
Last Updated 2022-04-19
Publish Date 2021-01-02
Rating 4.80/5 Total 5 Ratings
Developer blankesslob
Email [email protected]
Payment Type free
Extension Website https://github.com/eric2788/bilibili-jimaku-filter
Help Page URL https://github.com/eric2788/bilibili-jimaku-filter/issues
Privacy Policy Page URL https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bilibili jimaku filter",
    "version": "0.12.4",
    "description": "\u529f\u80fd\u4f17\u591a\u7684B\u7ad9\u540c\u4f20\u5b57\u5e55\u8fc7\u6ee4\u63d2\u4ef6",
    "author": "Eric Lam",
    "developer": {
        "name": "Eric Lam",
        "url": "https:\/\/github.com\/eric2788\/bilibili-jimaku-filter"
    },
    "icons": {
        "96": "icons\/icon.png"
    },
    "applications": {
        "gecko": {
            "id": "{041b8202-e9d4-4a78-a9da-465c749ed26c}",
            "update_url": "https:\/\/eric2788.github.io\/bilibili-jimaku-filter\/updates.json",
            "strict_min_version": "78.0"
        }
    },
    "permissions": [
        "*:\/\/api.vtbs.moe\/*",
        "*:\/\/api.live.bilibili.com\/*",
        "*:\/\/live.bilibili.com\/*",
        "*:\/\/*.bilivideo.com\/*",
        "notifications",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/live.bilibili.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "cdn\/jquery.js",
                "cdn\/jquery-ui.min.js",
                "index.js"
            ],
            "css": [
                "cdn\/jquery-ui.min.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "cdn\/brotli.bundle.js",
        "cdn\/websocket-hook.js",
        "cdn\/pako.min.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js",
            "stream-live.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "40": "icons\/icon.png"
        },
        "default_title": "\u524d\u5f80\u5b57\u5e55\u8a2d\u5b9a"
    }
}