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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}