Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

什么是Hide YouTube Comments?

Hide YouTube Comments是由Extensions开发的Chrome扩展程序,该扩展的主要功能是“Hides all user comments on YouTube. There is no option or button to show the comments again.”。

扩展截图

screenshot

下载Hide YouTube Comments扩展crx文件

下载Hide YouTube Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

扩展基本信息

名称 Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
官方URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
简介 Hides all user comments on YouTube. There is no option or button to show the comments again.
文件大小 9.26 KB
安装次数 350
当前版本 2
更新时间 2023-03-19
上架时间 2021-03-31
评分 5.00/5 共16次评分
开发者 Extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://sites.google.com/view/capcut-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}