Netflix Volume Slider Fix
Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
What is Netflix Volume Slider Fix?
Netflix Volume Slider Fix is a Chrome extension developed by Unknown, and its main feature is "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.".
Download Netflix Volume Slider Fix Extension CRX File
Download Netflix Volume Slider Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fixes the Netflix Volume Slider, making the response logarithmic rather than linear.
Extension Basic Information
Name | Netflix Volume Slider Fix |
ID | incggfbeiaapdkopakigkakdkpkfdfdd |
Official URL | https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd |
Description | Fixes the Netflix Volume slider, making the response logarithmic rather than linear. |
File Size | 4.34 KB |
Installation Count | 39 |
Current Version | 1.0 |
Last Updated | 2018-07-14 |
Publish Date | 2018-07-14 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |