Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Co to jest Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix to rozszerzenie Chrome opracowane przez Solapps, a jego główną funkcją jest „Fixing the music slider to have finer control over the application volume.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Music Volume Slider Fix
Pobierz pliki rozszerzeń Youtube Music Volume Slider Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Opis | Fixing the music slider to have finer control over the application volume. |
Rozmiar pliku | 3.2 KB |
Liczba instalacji | 2,017 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-01-06 |
Data Publikacji | 2022-01-05 |
Ocena | 4.84/5 Łącznie 32 Oceny |
Deweloper | Solapps |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |