Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Was ist Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix ist eine Chrome-Erweiterung, die von Solapps entwickelt wurde, und ihr Hauptmerkmal ist "Fixing the music slider to have finer control over the application volume.".
Erweiterungsscreenshots
Youtube Music Volume Slider Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Music Volume Slider Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
Grundlegende Informationen zur Erweiterung
Name | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Beschreibung | Fixing the music slider to have finer control over the application volume. |
Dateigröße | 3.2 KB |
Installationsanzahl | 2,017 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-01-06 |
Veröffentlichungsdatum | 2022-01-05 |
Bewertung | 4.84/5 Insgesamt 32 Bewertungen |
Entwickler | Solapps |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |