Netflix Volume Slider Fix
Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
Co to jest Netflix Volume Slider Fix?
Netflix Volume Slider Fix to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fixes the Netflix Volume slider, making the response logarithmic rather than linear.”.
Pobierz plik CRX rozszerzenia Netflix Volume Slider Fix
Pobierz pliki rozszerzeń Netflix Volume Slider Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fixes the Netflix Volume Slider, making the response logarithmic rather than linear.
Podstawowe informacje o rozszerzeniu
Nazwa | Netflix Volume Slider Fix |
ID | incggfbeiaapdkopakigkakdkpkfdfdd |
Oficjalny URL | https://chromewebstore.google.com/detail/netflix-volume-slider-fix/incggfbeiaapdkopakigkakdkpkfdfdd |
Opis | Fixes the Netflix Volume slider, making the response logarithmic rather than linear. |
Rozmiar pliku | 4.34 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-07-14 |
Data Publikacji | 2018-07-14 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |