Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again. If you find this extension useful,…
Hide YouTube Commentsคืออะไร?
Hide YouTube Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NefkingSoft และคุณลักษณะหลักของมันคือ "Hides all user comments on YouTube. There is no option or button to show the comments again. If you find this extension useful,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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. If you find this extension useful, buy me a Coke, I love Coke: https://paypal.me/michstan Thanks! :-) History: - 0.7.1 (May 4, 2017): Hide live chat on live broadcasts - 0.7 (May 3, 2017): Updated for the new Material Design YouTube - 0.6.1 (Dec 12, 2014): Fixed a bug with hidden "Show more" button below video descriptions - 0.6 (Sep 13, 2014): Updated to work with the recent changes on YouTube + new icon - 0.5 (Nov 9, 2013): Another change of YouTube comments, another rewrite - 0.4 (Nov 3, 2013): Updated to work with new YouTube - 0.3.3 (Mar 22, 2013): Updated to work with renamed comments element id - 0.3.2 (Mar 13, 2013): New upload to fix the strange manifest file error - 0.3.1 (Mar 12, 2013): Fixed expanding the video's description. - 0.3 (Mar 9, 2013): Changed to work with the most recent YouTube redesign. In addition to hiding comments, video's description text is automatically expanded. Thanks: The thumbs-down icon taken from the WPZOOM Developer Icon Set by wpzoom.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kehdmnjmaakacofbgmjgjapbbibhafoh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hide-youtube-comments/kehdmnjmaakacofbgmjgjapbbibhafoh |
คำอธิบาย | Hides all user comments on YouTube. There is no option or button to show the comments again. If you find this extension useful,… |
ขนาดไฟล์ | 11.37 KB |
จำนวนการติดตั้ง | 224,251 |
เวอร์ชันปัจจุบัน | 0.7.3 |
อัปเดตครั้งล่าสุด | 2023-02-28 |
วันที่เผยแพร่ | 2019-06-05 |
คะแนน | 4.77/5 รวมทั้งหมด 899 คะแนน |
ผู้พัฒนา | NefkingSoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube Comments", "version": "0.7.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "youtube.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "run_at": "document_start" }, { "js": [ "scripts.js" ], "matches": [ " |