Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Apa itu Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix adalah ekstensi Chrome yang dikembangkan oleh Solapps, dan fitur utamanya adalah "Fixing the music slider to have finer control over the application volume.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Music Volume Slider Fix
Unduh file ekstensi Youtube Music Volume Slider Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
Informasi Dasar Ekstensi
Nama | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
URL Resmi | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Deskripsi | Fixing the music slider to have finer control over the application volume. |
Ukuran File | 3.2 KB |
Jumlah Instalasi | 2,017 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-01-06 |
Tanggal Publikasi | 2022-01-05 |
Penilaian | 4.84/5 Total 32 Penilaian |
Pengembang | Solapps |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |