Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Hide YouTube Commentsคืออะไร?

Hide YouTube Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extensions และคุณลักษณะหลักของมันคือ "Hides all user comments on YouTube. There is no option or button to show the comments again."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide YouTube Comments

ดาวน์โหลดไฟล์ส่วนขยาย Hide YouTube Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
คำอธิบาย Hides all user comments on YouTube. There is no option or button to show the comments again.
ขนาดไฟล์ 9.26 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2023-03-19
วันที่เผยแพร่ 2021-03-31
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://sites.google.com/view/capcut-privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}