Netflix Volume Slider Fix

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

Netflix Volume Slider Fix क्या है?

Netflix Volume Slider Fix Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes the Netflix Volume slider, making the response logarithmic rather than linear."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Volume Slider Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}