Netflix Volume Slider Fix
Fixes the Netflix Volume slider, making the response logarithmic rather than linear.
Что такое Netflix Volume Slider Fix?
Netflix Volume Slider Fix - это расширение Chrome, разработанное Unknown, и его основная функция - "Fixes the Netflix Volume slider, making the response logarithmic rather than linear.".
Скачать файл CRX расширения Netflix Volume Slider Fix
Скачайте файлы расширений Netflix Volume Slider Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fixes the Netflix Volume Slider, making the response logarithmic rather than linear. Основная информация о расширении
| Название | |
| 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"
]
} | |