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 |
官方網址 | 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" ] } |