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