Youtube Music Volume Slider Fix

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

Cos'è Youtube Music Volume Slider Fix?

Youtube Music Volume Slider Fix è un'estensione di Chrome sviluppata da Solapps, e la sua funzione principale è "Fixing the music slider to have finer control over the application volume.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Music Volume Slider Fix

Scarica i file di estensione Youtube Music Volume Slider Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
URL Ufficiale https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
Descrizione Fixing the music slider to have finer control over the application volume.
Dimensione del File 3.2 KB
Conteggio Installazioni 2,017
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-06
Data di Pubblicazione 2022-01-05
Valutazione 4.84/5 Totale 32 Valutazioni
Sviluppatore Solapps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}