YouTube Comment Hide / Toggle

Hides and toggles youtube comments

什么是YouTube Comment Hide / Toggle?

YouTube Comment Hide / Toggle是由Carl开发的Chrome扩展程序,该扩展的主要功能是“Hides and toggles youtube comments”。

扩展截图

screenshot

下载YouTube Comment Hide / Toggle扩展crx文件

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

扩展使用说明

                        Minimal extension to hide youtube comments. Comments can then be toggled on and off using additional button under video details. Does not load or access any external scripts.                    

扩展基本信息

名称 YouTube Comment Hide / Toggle YouTube Comment Hide / Toggle
ID cafdkokoidcedliekbmgjcdappkdlojj
官方URL https://chrome.google.com/webstore/detail/youtube-comment-hide-togg/cafdkokoidcedliekbmgjcdappkdlojj
简介 Hides and toggles youtube comments
文件大小 10.26 KB
安装次数 16
当前版本 1.1
更新时间 2015-12-31
上架时间 2015-12-31
评分 3.00/5 共2次评分
开发者 Carl
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Comment Hide \/ Toggle",
    "description": "Hides and toggles youtube comments",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "toggle.js"
            ]
        }
    ]
}