Toggle YouTube Comments
Allows you to turn YouTube comments on or off.
Toggle YouTube Commentsคืออะไร?
Toggle YouTube Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย outrexian และคุณลักษณะหลักของมันคือ "Allows you to turn YouTube comments on or off."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle YouTube Comments
ดาวน์โหลดไฟล์ส่วนขยาย Toggle YouTube Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to hide YouTube comments easily.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jbdobfgfojodildcochemiicdpbppkoh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/toggle-youtube-comments/jbdobfgfojodildcochemiicdpbppkoh |
คำอธิบาย | Allows you to turn YouTube comments on or off. |
ขนาดไฟล์ | 36.27 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-05-12 |
วันที่เผยแพร่ | 2012-05-12 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | outrexian |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle YouTube Comments", "version": "1.0", "manifest_version": 2, "description": "Allows you to turn YouTube comments on or off.", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "script.js" ] } ], "permissions": [], "options_page": "options.html" } |