SoundFixer
Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
Что такое SoundFixer?
SoundFixer - это расширение Chrome, разработанное Matt Wheeler, и его основная функция - "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".
Снимки экрана расширения
Скачать файл CRX расширения SoundFixer
Скачайте файлы расширений SoundFixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A web extension that lets you fix annoying sound problems on the web e.g. YouTube videos. Sound might play only in one channel, be too quiet at maximum volume, or too loud at minimum volume. No more "plug your headphones only halfway into the jack" suggestions! Unfortunately, doesn't work on all websites — specifically, we're not allowed to use the Web Audio API from a cross-domain
Основная информация о расширении
Название | SoundFixer |
ID | mbhbddecpoendcifccfckjkigbinefkg |
Официальный URL | https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg |
Описание | Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud |
Размер файла | 20.12 KB |
Количество установок | 9,709 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2019-11-16 |
Дата публикации | 2019-11-15 |
Рейтинг | 4.63/5 Всего 24 оценок |
Разработчик | Matt Wheeler |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SoundFixer", "author": "Matt Wheeler", "version": "1.1.0", "description": "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet\/loud", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "permissions": [ "activeTab", "webNavigation" ], "browser_action": { "default_icon": "img\/icon48.png", "default_title": "SoundFixer", "default_popup": "popup.html", "theme_icons": [ { "dark": "img\/icon48.png", "light": "img\/icon-inv48.png", "size": 48 } ], "browser_style": true } } |