bilibili jimaku filter

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

Wat is bilibili jimaku filter?

bilibili jimaku filter is een Chrome-extensie ontwikkeld door blankesslob, en de belangrijkste functie is "功能众多的B站同传字幕过滤插件".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie bilibili jimaku filter

Download bilibili jimaku filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam bilibili jimaku filter bilibili jimaku filter
ID nhomlepkjglilcahfcfnggebkaabeiog
Officiële URL https://chromewebstore.google.com/detail/bilibili-jimaku-filter/nhomlepkjglilcahfcfnggebkaabeiog
Beschrijving 功能众多的B站同传字幕过滤插件
Bestandsgrootte 330 KB
Aantal Installaties 798
Huidige Versie 0.12.4
Laatst Bijgewerkt 2022-04-19
Publicatiedatum 2021-01-02
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar blankesslob
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/eric2788/bilibili-jimaku-filter
Help Pagina-URL https://github.com/eric2788/bilibili-jimaku-filter/issues
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20
Ondersteunde Talen 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"
    }
}