Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Hvad er Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix er en Chrome-udvidelse udviklet af Solapps, og dens hovedfunktion er "Fixing the music slider to have finer control over the application volume.".
Udvidelsesskærmbilleder
Download Youtube Music Volume Slider Fix-udvidelses-CRX-fil
Download Youtube Music Volume Slider Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
Grundlæggende oplysninger om udvidelsen
Navn | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
Officiel URL | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Beskrivelse | Fixing the music slider to have finer control over the application volume. |
Filstørrelse | 3.2 KB |
Antal Installationer | 2,017 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-01-06 |
Udgivelsesdato | 2022-01-05 |
Bedømmelse | 4.84/5 Samlet 32 Bedømmelser |
Udvikler | Solapps |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |