caption blocker
caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。
What is caption blocker?
caption blocker is a Chrome extension developed by ssshooterx, and its main feature is "caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。".
Extension Screenshots
Download caption blocker Extension CRX File
Download caption blocker 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
A tool used to block caption, which is usable for language learning. Only use for bilibili for now.
Extension Basic Information
Name | caption blocker |
ID | lmlghajihoiclkkdkhekaglphhkdmgfa |
Official URL | https://chromewebstore.google.com/detail/caption-blocker/lmlghajihoiclkkdkhekaglphhkdmgfa |
Description | caption blocker 是一个简易字幕遮挡工具,快捷键 ctrl+B 新增遮挡,双击移除已生成的遮挡。 |
File Size | 26.81 KB |
Installation Count | 121 |
Current Version | 1.1 |
Last Updated | 2022-07-25 |
Publish Date | 2022-07-18 |
Rating | 3.50/5 Total 2 Ratings |
Developer | ssshooterx |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |