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!

One-Click Audio Compressorคืออะไร?

One-Click Audio Compressor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Garrett Charles และคุณลักษณะหลักของมันคือ "Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click Audio Compressor

ดาวน์โหลดไฟล์ส่วนขยาย One-Click Audio Compressor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ One-Click Audio Compressor One-Click Audio Compressor
ID gjlhdoabnndhomflajocgaighngianpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-audio-compresso/gjlhdoabnndhomflajocgaighngianpi
คำอธิบาย Tames audio levels for Youtube, Disney Plus, and other video services, so you don't have to switch the volume every 5 seconds!
ขนาดไฟล์ 25.15 KB
จำนวนการติดตั้ง 1,262
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2021-09-16
วันที่เผยแพร่ 2021-09-14
คะแนน 3.86/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Garrett Charles
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}