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 هو إضافة Chrome تم تطويرها بواسطة Solapps، والميزة الرئيسية لها هي "Fixing the music slider to have finer control over the application volume.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Youtube Music Volume Slider Fix

قم بتنزيل ملفات الامتداد Youtube Music Volume Slider Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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"
            ]
        }
    ]
}