Comment Hider for YouTube™

Hides all comments for YouTube™ until you mouseover them

什么是Comment Hider for YouTube™?

Comment Hider for YouTube™是由Adimote开发的Chrome扩展程序,该扩展的主要功能是“Hides all comments for YouTube™ until you mouseover them”。

扩展截图

screenshot
screenshot

下载Comment Hider for YouTube™扩展crx文件

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

扩展使用说明

                        This extension is a very light weight comment hider for youtube.
If you want to see the comments again, just mouse over them and they reveal themselves to you

(The developers of this extension are in no way affiliated with Google™ Inc. or YouTube™)

Features:
- Light weight
- Easy to use (just mouse over the shaded area)
- Works for Livestreams
- You can still scroll through every page of comments, and access the 'Show More' button
- You can still leave your own comments, vote on other comments and reply to comments.
- automatically re-hides comments if you mouse-off them.


The features list makes it look more complex than it is.

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

扩展基本信息

名称 Comment Hider for YouTube™ Comment Hider for YouTube™
ID gndbolkljkpnnpoombagjhfpahldbije
官方URL https://chrome.google.com/webstore/detail/comment-hider-for-youtube/gndbolkljkpnnpoombagjhfpahldbije
简介 Hides all comments for YouTube™ until you mouseover them
文件大小 16.6 KB
安装次数 24
当前版本 1.2.3
更新时间 2013-04-09
上架时间 2013-04-09
评分 2.86/5 共7次评分
开发者 Adimote
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Hides all comments for YouTube\u2122 until you mouseover them",
    "name": "Comment Hider for YouTube\u2122",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch"
            ],
            "css": [
                "comment_hider.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2.3"
}