Toggle YouTube Comments

Hides YouTube comments by default

什么是Toggle YouTube Comments?

Toggle YouTube Comments是由Dennis & Friends开发的Chrome扩展程序,该扩展的主要功能是“Hides YouTube comments by default”。

扩展截图

screenshot
screenshot
screenshot

下载Toggle YouTube Comments扩展crx文件

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

扩展使用说明

                        Add this lightweight extension to disable/enable YouTube comments.

 • Works with the new and old YouTube
 • Flexibility to easily hide or show comments
 • Blends in with YouTube's user interface
 • Shows number of comments when hidden
 • No tracking, your privacy is important
 • Extremely small size - no bloat
 • Actively maintained
 • Open source code

See https://git.io/v5RgW for release notes.                    

扩展基本信息

名称 Toggle YouTube Comments Toggle YouTube Comments
ID ampjnmipdgicjjidohpkidhghakoidfm
官方URL https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm
简介 Hides YouTube comments by default
文件大小 8.03 KB
安装次数 479
当前版本 4.1.3
更新时间 2019-05-06
上架时间 2019-05-06
评分 3.68/5 共38次评分
开发者 Dennis & Friends
付费类型 free
扩展官网 https://github.com/dideler/toggle-youtube-comments
帮助页面URL https://github.com/dideler/toggle-youtube-comments
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "4.1.3",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "youtube.css"
            ],
            "run_at": "document_end"
        }
    ]
}