caption blocker

caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。

caption blocker란 무엇입니까?

caption blocker은(는) ssshooterx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。"입니다.

확장 프로그램 스크린샷

screenshot

caption blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A tool used to block caption, which is usable for language learning.

Only use for bilibili for now.                    

확장 프로그램 기본 정보

이름 caption blocker caption blocker
ID lmlghajihoiclkkdkhekaglphhkdmgfa
공식 URL https://chromewebstore.google.com/detail/caption-blocker/lmlghajihoiclkkdkhekaglphhkdmgfa
설명 caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。
파일 크기 26.81 KB
설치 횟수 121
현재 버전 1.1
최근 업데이트 2022-07-25
출시 날짜 2022-07-18
평점 3.50/5 총 2 개의 평점
개발자 ssshooterx
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "caption blocker",
    "version": "1.1",
    "description": "caption blocker \u662f\u4e00\u4e2a\u7b80\u6613\u5b57\u5e55\u906e\u6321\u5de5\u5177\uff0c\u5feb\u6377\u952e ctrl+B \u65b0\u589e\u906e\u6321\uff0c\u53cc\u51fb\u79fb\u9664\u5df2\u751f\u6210\u7684\u906e\u6321\u3002",
    "author": "ssshooter",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bilibili.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}