YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
YouMute(r)คืออะไร?
YouMute(r) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Gajzlerowicz และคุณลักษณะหลักของมันคือ "Chrome plugin that automatically mutes youtube commercials."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouMute(r)
ดาวน์โหลดไฟล์ส่วนขยาย YouMute(r) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
คำอธิบาย | Chrome plugin that automatically mutes youtube commercials. |
ขนาดไฟล์ | 8.27 KB |
จำนวนการติดตั้ง | 355 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-10-13 |
วันที่เผยแพร่ | 2017-10-13 |
คะแนน | 3.05/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Adam Gajzlerowicz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |