Netflix Volume Slider Fix

Fixes the Netflix Volume slider, making the response logarithmic rather than linear.

ما هو Netflix Volume Slider Fix؟

Netflix Volume Slider Fix هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.".

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

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

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

                        Fixes the Netflix Volume Slider, making the response logarithmic rather than linear.                    

معلومات أساسية عن التمديد

الاسم Netflix Volume Slider Fix Netflix Volume Slider Fix
ID incggfbeiaapdkopakigkakdkpkfdfdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd
الوصف Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
حجم الملف 4.34 KB
عدد التثبيتات 39
النسخة الحالية 1.0
آخر تحديث 2018-07-14
تاريخ النشر 2018-07-14
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Volume Slider Fix",
    "version": "1.0",
    "author": "Boris Popik (github.com\/enlyth)",
    "description": "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "main.js"
    ]
}