Video Volume Sync
Remember and synchronise the volume for videos on Facebook.
Video Volume Syncคืออะไร?
Video Volume Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Waelkens และคุณลักษณะหลักของมันคือ "Remember and synchronise the volume for videos on Facebook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Volume Sync
ดาวน์โหลดไฟล์ส่วนขยาย Video Volume Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't you just hate the fact Facebook videos are always playing on 100% volume? I do, especially when wearing headphones. This tiny extension fixes just that and adds the functionality we all know and love from YouTube, Soundcloud and many others. Whenever you change the volume of a video on Facebook, it will make sure every other video will have the same volume, even after restarting your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Volume Sync |
ID | anajobmkmeloldjnafmhbkpbfikmoeab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab |
คำอธิบาย | Remember and synchronise the volume for videos on Facebook. |
ขนาดไฟล์ | 12.31 KB |
จำนวนการติดตั้ง | 560 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2019-10-25 |
วันที่เผยแพร่ | 2019-10-25 |
คะแนน | 3.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Nick Waelkens |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nickwaelkens/video-volume-sync |
URL หน้าช่วยเหลือ | https://github.com/nickwaelkens/video-volume-sync/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Volume Sync", "version": "0.0.6", "description": "Remember and synchronise the volume for videos on Facebook.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "manifest.js", "app.js" ] } ] } |