Youtube Music Volume Slider Fix
Fixing the music slider to have finer control over the application volume.
Что такое Youtube Music Volume Slider Fix?
Youtube Music Volume Slider Fix - это расширение Chrome, разработанное Solapps, и его основная функция - "Fixing the music slider to have finer control over the application volume.".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Music Volume Slider Fix
Скачайте файлы расширений Youtube Music Volume Slider Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fixes the way too high volume in Youtube Music by lowering the max volume in the slider and adding finer control of the volume.
Основная информация о расширении
Название | Youtube Music Volume Slider Fix |
ID | hfnkbcnohhifmpkckijioapdeemacgnn |
Официальный URL | https://chromewebstore.google.com/detail/youtube-music-volume-slid/hfnkbcnohhifmpkckijioapdeemacgnn |
Описание | Fixing the music slider to have finer control over the application volume. |
Размер файла | 3.2 KB |
Количество установок | 2,017 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-01-06 |
Дата публикации | 2022-01-05 |
Рейтинг | 4.84/5 Всего 32 оценок |
Разработчик | Solapps |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Music Volume Slider Fix", "description": "Fixing the music slider to have finer control over the application volume.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "js": [ "slider-fixer.js" ] } ] } |