bilibili jimaku filter
功能众多的B站同传字幕过滤插件
bilibili jimaku filter란 무엇입니까?
bilibili jimaku filter은(는) blankesslob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "功能众多的B站同传字幕过滤插件"입니다.
확장 프로그램 스크린샷
bilibili jimaku filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | bilibili jimaku filter |
ID | nhomlepkjglilcahfcfnggebkaabeiog |
공식 URL | https://chromewebstore.google.com/detail/bilibili-jimaku-filter/nhomlepkjglilcahfcfnggebkaabeiog |
설명 | 功能众多的B站同传字幕过滤插件 |
파일 크기 | 330 KB |
설치 횟수 | 798 |
현재 버전 | 0.12.4 |
최근 업데이트 | 2022-04-19 |
출시 날짜 | 2021-01-02 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | blankesslob |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/eric2788/bilibili-jimaku-filter |
도움말 페이지 URL | https://github.com/eric2788/bilibili-jimaku-filter/issues |
개인정보 보호 정책 페이지 URL | https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20 |
지원되는 언어 | 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" } } |