Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Youtube Music Volume Slider Fixคืออะไร?
Youtube Music Volume Slider Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solapps และคุณลักษณะหลักของมันคือ "Fixing the music slider to have finer control over the application volume."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Music Volume Slider Fix
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Music Volume Slider Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
คำอธิบาย | Fixing the music slider to have finer control over the application volume. |
ขนาดไฟล์ | 3.2 KB |
จำนวนการติดตั้ง | 2,017 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-01-06 |
วันที่เผยแพร่ | 2022-01-05 |
คะแนน | 4.84/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | Solapps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Music Volume Slider Fix", "description": "Fixing the music slider to have finer control over the application volume.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "slider-fixer.js" ] } ] } |