SoundFixer
Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud
O que é SoundFixer?
SoundFixer é uma extensão do Chrome desenvolvida por Matt Wheeler, e sua principal característica é "Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SoundFixer
Baixe arquivos de extensão SoundFixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SoundFixer |
ID | mbhbddecpoendcifccfckjkigbinefkg |
URL Oficial | https://chromewebstore.google.com/detail/soundfixer/mbhbddecpoendcifccfckjkigbinefkg |
Descrição | Fixes annoying sound problems in YouTube videos and such - e.g. audio in one channel only, or audio too quiet/loud |
Tamanho do Arquivo | 20.12 KB |
Contagem de Instalações | 9,709 |
Versão Atual | 1.1.0 |
Última Atualização | 2019-11-16 |
Data de Publicação | 2019-11-15 |
Classificação | 4.63/5 Total de 24 Avaliações |
Desenvolvedor | Matt Wheeler |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |