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!

Cos'è One-Click Audio Compressor?

One-Click Audio Compressor è un'estensione di Chrome sviluppata da Garrett Charles, e la sua funzione principale è "Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione One-Click Audio Compressor

Scarica i file di estensione One-Click Audio Compressor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome One-Click Audio Compressor One-Click Audio Compressor
ID gjlhdoabnndhomflajocgaighngianpi
URL Ufficiale https://chromewebstore.google.com/detail/one-click-audio-compresso/gjlhdoabnndhomflajocgaighngianpi
Descrizione Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!
Dimensione del File 25.15 KB
Conteggio Installazioni 1,262
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2021-09-16
Data di Pubblicazione 2021-09-14
Valutazione 3.86/5 Totale 22 Valutazioni
Sviluppatore Garrett Charles
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}