Comment Hider for YouTube™

Hides all comments for YouTube™ until you mouseover them

Apa itu Comment Hider for YouTube™?

Comment Hider for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh Adimote, dan fitur utamanya adalah "Hides all comments for YouTube™ until you mouseover them".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Comment Hider for YouTube™

Unduh file ekstensi Comment Hider for YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Comment Hider for YouTube™ Comment Hider for YouTube™
ID gndbolkljkpnnpoombagjhfpahldbije
URL Resmi https://chrome.google.com/webstore/detail/comment-hider-for-youtube/gndbolkljkpnnpoombagjhfpahldbije
Deskripsi Hides all comments for YouTube™ until you mouseover them
Ukuran File 16.6 KB
Jumlah Instalasi 24
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2013-04-09
Tanggal Publikasi 2013-04-09
Penilaian 2.86/5 Total 7 Penilaian
Pengembang Adimote
Tipe Pembayaran free
Bahasa yang Didukung 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"
}