Netflix Volume Slider Fix

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

O que é Netflix Volume Slider Fix?

Netflix Volume Slider Fix é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.".

Baixar o arquivo CRX da Extensão Netflix Volume Slider Fix

Baixe arquivos de extensão Netflix Volume Slider Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Netflix Volume Slider Fix Netflix Volume Slider Fix
ID incggfbeiaapdkopakigkakdkpkfdfdd
URL Oficial https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd
Descrição Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
Tamanho do Arquivo 4.34 KB
Contagem de Instalações 39
Versão Atual 1.0
Última Atualização 2018-07-14
Data de Publicação 2018-07-14
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}