Comment Hider for YouTube™

Hides all comments for YouTube™ until you mouseover them

Comment Hider for YouTube™ là gì?

Comment Hider for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Adimote, và tính năng chính của nó là "Hides all comments for YouTube™ until you mouseover them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comment Hider for YouTube™

Tải xuống các tệp mở rộng Comment Hider for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comment Hider for YouTube™ Comment Hider for YouTube™
ID gndbolkljkpnnpoombagjhfpahldbije
URL Chính Thức https://chrome.google.com/webstore/detail/comment-hider-for-youtube/gndbolkljkpnnpoombagjhfpahldbije
Mô tả Hides all comments for YouTube™ until you mouseover them
Kích Thước Tệp 16.6 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2013-04-09
Ngày Phát Hành 2013-04-09
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Adimote
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}