Toggle YouTube Comments
Hides YouTube comments by default
Toggle YouTube Commentsคืออะไร?
Toggle YouTube Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis & Friends และคุณลักษณะหลักของมันคือ "Hides YouTube comments by default"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle YouTube Comments
ดาวน์โหลดไฟล์ส่วนขยาย Toggle YouTube Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add this lightweight extension to disable/enable YouTube comments. • Works with the new and old YouTube • Flexibility to easily hide or show comments • Blends in with YouTube's user interface • Shows number of comments when hidden • No tracking, your privacy is important • Extremely small size - no bloat • Actively maintained • Open source code See https://git.io/v5RgW for release notes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ampjnmipdgicjjidohpkidhghakoidfm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm |
คำอธิบาย | Hides YouTube comments by default |
ขนาดไฟล์ | 8.03 KB |
จำนวนการติดตั้ง | 479 |
เวอร์ชันปัจจุบัน | 4.1.3 |
อัปเดตครั้งล่าสุด | 2019-05-06 |
วันที่เผยแพร่ | 2019-05-06 |
คะแนน | 3.68/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Dennis & Friends |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dideler/toggle-youtube-comments |
URL หน้าช่วยเหลือ | https://github.com/dideler/toggle-youtube-comments |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "version": "4.1.3", "default_locale": "en", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "script.js" ], "css": [ "youtube.css" ], "run_at": "document_end" } ] } |