Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Vad är Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix är en Chrome-tillägg utvecklad av Solapps, och dess huvudfunktion är "Fixing the music slider to have finer control over the application volume.".
Tilläggsskärmbilder
Ladda ner Youtube Music Volume Slider Fix-förlängningens CRX-fil
Ladda ner Youtube Music Volume Slider Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Beskrivning | Fixing the music slider to have finer control over the application volume. |
Filstorlek | 3.2 KB |
Antal Installationer | 2,017 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-01-06 |
Publiceringsdatum | 2022-01-05 |
Betyg | 4.84/5 Totalt 32 Betyg |
Utvecklare | Solapps |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |