Youtube Music Volume Slider Fix

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

What is Youtube Music Volume Slider Fix?

Youtube Music Volume Slider Fix is a Chrome extension developed by Solapps, and its main feature is "Fixing the music slider to have finer control over the application volume.".

Extension Screenshots

screenshot

Download Youtube Music Volume Slider Fix Extension CRX File

Download Youtube Music Volume Slider Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
Official URL https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
Description Fixing the music slider to have finer control over the application volume.
File Size 3.2 KB
Installation Count 2,017
Current Version 1.0
Last Updated 2022-01-06
Publish Date 2022-01-05
Rating 4.84/5 Total 32 Ratings
Developer Solapps
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}