Youtube Music Volume Slider Fix

Fixing the music slider to have finer control over the application volume.

Wat is Youtube Music Volume Slider Fix?

Youtube Music Volume Slider Fix is een Chrome-extensie ontwikkeld door Solapps, en de belangrijkste functie is "Fixing the music slider to have finer control over the application volume.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Music Volume Slider Fix

Download Youtube Music Volume Slider Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.                    

Basisinformatie over de Extensie

Naam Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
Officiële URL https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
Beschrijving Fixing the music slider to have finer control over the application volume.
Bestandsgrootte 3.2 KB
Aantal Installaties 2,017
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-06
Publicatiedatum 2022-01-05
Beoordeling 4.84/5 Totaal 32 Beoordelingen
Ontwikkelaar Solapps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}