Ears: Bass Boost, EQ Any Audio!

EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!

What is Ears: Bass Boost, EQ Any Audio!?

Ears: Bass Boost, EQ Any Audio! is a Chrome extension developed by Vaux Audio, and its main feature is "EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ears: Bass Boost, EQ Any Audio! Extension CRX File

Download Ears: Bass Boost, EQ Any Audio! 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

                        Ears Audio Toolkit is a volume booster and graphic equalizer. With Ears, you can alter the EQ of any and all tabs at the same time! Just navigate to any website with audio, open Ears, then drag the dots to raise or lower the filters. 

Ears works with ANY audio on ANY website :)

Your current tab will be EQed by default when opening the extension.

You can now SEE the audio and your changes in real-time using the Spectrum Visualizer!

UPDATE 1.3.12:
Buy me a coffee to show your appreciation for Ears

UPDATE 1.3.11:
Removed Ears Pro (Google disabled paid extensions).
Everyone now has all Ears Pro features for free.
Added link to a survey, fill it out to influence new features!

UPDATE 1.3.10:
Fix for computers with increased font size.

UPDATE 1.3.0:
Introducing Ears Pro!

UPDATE 1.2.16:
Fix scrolling on Windows.

UPDATE 1.2.12:
UI improvements.

UPDATE 1.2.8:
Fixed choppy / pitch-shifted audio caused when the system's sample rate changed.
Added some latency improvements.

UPDATE 1.2.7:
Added fullscreen and normal-screen bug fixes. Please report any additional fullscreen-related problems.

UPDATE 1.2.1:
Drag the middle line for a volume slider. Be careful, it is powerful!
Save and delete named presets!
Adjust filter Q parameter by holding shift and dragging up and down on the dot.
Performance optimizations.

Use the left- and right-most filters (controlled with the dots) to affect all of the lows or all of the highs. Then tweak the middle frequencies with the inner filters.

If the music clips, try sliding the volume line down.

Ears works with any website!
Enjoy!

Upcoming Features:
Per-tab stereo panning
Auto-EQ specific sites

Developed by Kevin King

Acknowledgements:
Biquad/Shelf filter equations: Nigel Redmon at earlevel.com                    

Extension Basic Information

Name Ears: Bass Boost, EQ Any Audio! Ears: Bass Boost, EQ Any Audio!
ID nfdfiepdkbnoanddpianalelglmfooik
Official URL https://chromewebstore.google.com/detail/ears-bass-boost-eq-any-au/nfdfiepdkbnoanddpianalelglmfooik
Description EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!
File Size 224 KB
Installation Count 582,726
Current Version 1.3.12
Last Updated 2023-04-23
Publish Date 2018-09-09
Rating 4.52/5 Total 3473 Ratings
Developer Vaux Audio
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ears: Bass Boost, EQ Any Audio!",
    "short_name": "Ears",
    "description": "EQ any audio you find on the web, live! Crank the bass, dim the highs, up the vocals: all with Ears!",
    "version": "1.3.12",
    "author": "Kevin King",
    "icons": {
        "16": "ears16.png",
        "32": "ears32.png",
        "48": "ears48.png",
        "64": "ears64.png",
        "128": "ears128.png"
    },
    "browser_action": {
        "default_icon": "ears128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmvkDsI5IyGri+oOn\/B7yE9zt0hrZtX3SbHuvZfRjNQx0tDuqVPkHPIbq3NtWuHv5LqY5FFQIjFwvbVSOcx3YJhaE1Xz+GUKZvNFGNsClmXISP2h9aBfwF\/aQW\/f8rVk5\/yKFqYW20fVykzKFicxWQSychXsBZKIkIUa5KHvWE\/0KYoprfokW5fG9l0P5WmDApypNssJJ2NxrW3ROYFjzMDWJPjaZg\/GDH5MLayQ1vNhzFIF5IFDYNktP1jZQq\/OVQ6TFS6Syi4MxLVS+aaL0sIHBG2Luu2wRT9Thid8nMTQOLIJnJFgpO1bDybM0k8Iod08HlwdFJMDuZ26\/ieaujQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}