Netflix Volume Slider Fix

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

Co je Netflix Volume Slider Fix?

Netflix Volume Slider Fix je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Fixes the Netflix Volume slider, making the response logarithmic rather than linear.“.

Stáhnout soubor CRX rozšíření Netflix Volume Slider Fix

Stáhněte si soubory rozšíření Netflix Volume Slider Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Netflix Volume Slider Fix Netflix Volume Slider Fix
ID incggfbeiaapdkopakigkakdkpkfdfdd
Oficiální URL https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd
Popis Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
Velikost souboru 4.34 KB
Počet instalací 39
Aktuální Verze 1.0
Poslední Aktualizace 2018-07-14
Datum Vydání 2018-07-14
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}