One-Click Audio Compressor

Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!

O que é One-Click Audio Compressor?

One-Click Audio Compressor é uma extensão do Chrome desenvolvida por Garrett Charles, e sua principal característica é "Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão One-Click Audio Compressor

Baixe arquivos de extensão One-Click Audio Compressor 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

                        Are you tired of turning up the volume so you can hear what people are saying, and then getting your ears blown out by sudden explosions?  Never fear!  The One-Click Audio Compressor is here!  Just one click of a button and you won't have to touch the volume again!

Using it is a snap:

1) Start up your favorite movie or TV show on Youtube, Disney Plus, or another streaming service and press Play.
2) Open up the One-Click Audio Compressor extension and press "Apply Compressor"
3) Voilà!  Now all you have to do is set the volume to your liking, and then throw your TV remote away forever!

Alright, I guess you might not want to throw your remote away forever.  It's just so exciting to not have to change the volume every 5 seconds!

I have a confession to make:  I'm incredibly lazy.  I hate doing things more than once.  That's why my room is usually messy. 

That is also why I made this extension: so I could set the volume on my favorite shows once, and have it STAY!  Like an obedient little volume!  (Who's a good volume!  That's right, you are!  You are!)

Admit it.  You're just as lazy as I am.  You hate changing the volume more than once.

You're not alone.  There are millions of us.  Lazy.  Lazy and intelligent.  That's why we choose the One-Click Audio Compressor extension.  Because we're geniuses.  Brilliant, lazy couch-potato geniuses, who will never have to change the volume more than once ever again.

If you install this extension, I guarantee that your tv-watching experiences will become 300% more enjoyable.  Just listen to this completely unbiased review from a very satisfied customer that has no relation to me in any way, shape, or form:

"I always have a hard time hearing movies or TV shows and usually have to put close captions on to catch every word (looking at you Marvel movies). But Garrett's audio compressor actually does the job and makes the sound even across the board. It's actually really nice and easy to use!"

- anonymous (My Wife)

What are you waiting for!  Join the millions of people* who are already eliminating their most difficult first-world problem with the One-Click Audio Compressor extension!

*By millions of people, I mean my wife and I.  But she's the entire world to me, so I think that adds up.

Install today! :)

Version 0.0.0.2 Release Notes:
- Increased compatibility with videos inside of iframe elements
- Now works with videos on vudu.com
- Pressing the button multiple times is no longer an error
- Made error feedback more descriptive and helpful
    - Now lets the user know if it can't find the video.                    

Informações Básicas da Extensão

Nome One-Click Audio Compressor One-Click Audio Compressor
ID gjlhdoabnndhomflajocgaighngianpi
URL Oficial https://chromewebstore.google.com/detail/one-click-audio-compresso/gjlhdoabnndhomflajocgaighngianpi
Descrição Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!
Tamanho do Arquivo 25.15 KB
Contagem de Instalações 1,262
Versão Atual 0.0.0.2
Última Atualização 2021-09-16
Data de Publicação 2021-09-14
Classificação 3.86/5 Total de 22 Avaliações
Desenvolvedor Garrett Charles
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One-Click Audio Compressor",
    "action": {
        "default_title": "One-Click Audio Compressor",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "manifest_version": 3,
    "version": "0.0.0.2",
    "description": "Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}