Youtube Music Volume Slider Fix

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

Youtube Music Volume Slider Fix là gì?

Youtube Music Volume Slider Fix là một tiện ích mở rộng Chrome được phát triển bởi Solapps, và tính năng chính của nó là "Fixing the music slider to have finer control over the application volume.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Music Volume Slider Fix

Tải xuống các tệp mở rộng Youtube Music Volume Slider Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Music Volume Slider Fix Youtube Music Volume Slider Fix
ID hfnkbcnohhifmpkckijioapdeemacgnn
URL Chính Thức https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn
Mô tả Fixing the music slider to have finer control over the application volume.
Kích Thước Tệp 3.2 KB
Số Lần Cài Đặt 2,017
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-06
Ngày Phát Hành 2022-01-05
Đánh Giá 4.84/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Solapps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}