Youtube Music Volume Slider Fix

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

Qu'est-ce que Youtube Music Volume Slider Fix ?

Youtube Music Volume Slider Fix est une extension Chrome développée par Solapps, et sa fonction principale est "Fixing the music slider to have finer control over the application volume.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Music Volume Slider Fix

Téléchargez les fichiers d'extension Youtube Music Volume Slider Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
URL Officiel https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
Description Fixing the music slider to have finer control over the application volume.
Taille du Fichier 3.2 KB
Nombre d'Installations 2,017
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-06
Date de Publication 2022-01-05
Évaluation 4.84/5 Total 32 Évaluations
Développeur Solapps
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}