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 |
Eメール | [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" ] } ] } |