Youtube Music Volume Slider Fix

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

什麼是Youtube Music Volume Slider Fix?

Youtube Music Volume Slider Fix是由Solapps開發的Chrome擴展程式,該擴展的主要功能是“Fixing the music slider to have finer control over the application volume.”。

擴展截圖

screenshot

下載Youtube Music Volume Slider Fix擴展crx文件

下載Youtube Music Volume Slider Fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
官方網址 https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
簡介 Fixing the music slider to have finer control over the application volume.
檔案大小 3.2 KB
安裝次數 2,017
目前版本 1.0
更新時間 2022-01-06
上架時間 2022-01-05
評分 4.84/5 共 32 次評分
開發者 Solapps
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}