Comment Hider for YouTube™

Hides all comments for YouTube™ until you mouseover them

Comment Hider for YouTube™คืออะไร?

Comment Hider for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adimote และคุณลักษณะหลักของมันคือ "Hides all comments for YouTube™ until you mouseover them"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comment Hider for YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}