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!

What is One-Click Audio Compressor?

One-Click Audio Compressor is a Chrome extension developed by Garrett Charles, and its main feature is "Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download One-Click Audio Compressor Extension CRX File

Download One-Click Audio Compressor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One-Click Audio Compressor One-Click Audio Compressor
ID gjlhdoabnndhomflajocgaighngianpi
Official URL https://chromewebstore.google.com/detail/one-click-audio-compresso/gjlhdoabnndhomflajocgaighngianpi
Description Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!
File Size 25.15 KB
Installation Count 1,262
Current Version 0.0.0.2
Last Updated 2021-09-16
Publish Date 2021-09-14
Rating 3.86/5 Total 22 Ratings
Developer Garrett Charles
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}