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によって開発されたChromeの拡張機能で、その主な機能は「Fixes the Netflix Volume slider, making the response logarithmic rather than linear.」です。

Netflix Volume Slider Fix拡張機能のCRXファイルをダウンロード

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