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.”。
扩展截图
下载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 |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
官方URL | 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" ] } ] } |