block-subtitle

字幕遮挡工具

What is block-subtitle?

block-subtitle is a Chrome extension developed by Alex, and its main feature is "字幕遮挡工具".

Extension Screenshots

screenshot

Download block-subtitle Extension CRX File

Download block-subtitle 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

                        外语学习辅助工具,在观看双语字幕时,可以用黑块儿遮挡字幕来观看

📚 使用方法

(单次/多次)点击浏览器上的插件图标,即可(启动/关闭)插件

🌟 功能特性

- ⌨️ 支持模式切换(shift + r),快速切换控制遮挡块儿的位置大小
- 🖱️ 支持手动拖拽拉伸黑块儿的位置、大小
- 💾 黑块儿的位置大小信息,会根据网页域名来缓存到浏览器里
- 🔤 按住键盘 s 可以隐藏

⚠️ 注意事项

为了让黑块儿的交互体验更好,启动功能时,整个页面会覆盖一个透明的遮罩层。以至于页面的所有内容处于不可点击状态                    

Extension Basic Information

Name block-subtitle block-subtitle
ID kmbnklahepojlchbmkeokajobnbapcgj
Official URL https://chromewebstore.google.com/detail/block-subtitle/kmbnklahepojlchbmkeokajobnbapcgj
Description 字幕遮挡工具
File Size 577 KB
Installation Count 61
Current Version 0.0.6
Last Updated 2023-10-30
Publish Date 2023-07-06
Rating 2.33/5 Total 3 Ratings
Developer Alex
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "block-subtitle",
    "description": "\u5b57\u5e55\u906e\u6321\u5de5\u5177",
    "version": "0.0.6",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}