Web Sound Equalizer

The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!

What is Web Sound Equalizer?

Web Sound Equalizer is a Chrome extension developed by Thomas Camus, and its main feature is "The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!".

Extension Screenshots

screenshot

Download Web Sound Equalizer Extension CRX File

Download Web Sound Equalizer 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

                        🎵 Sound Equalizer with Bass Booster is the ideal solution for maximizing your audio enjoyment directly within your Chrome browser!

🎧 Elevate your online music experience with Sound Equalizer, a powerful browser extension that seamlessly integrates an equalizer, bass booster, volume master, and various other tools.

Key Features:

🔊 Graphic Equalizer with Precise Settings: Fine-tune your sound using a variety of equalizer bands. Adjust bass, midrange, and treble levels to craft a perfectly balanced audio experience.

🔊 Bass Booster and Volume Master: Amplify your audio with the bass booster and volume master for enhanced sound quality and maximum audio impact.

🎶 Music Genres Presets: Easily switch between pre-set configurations tailored for different music genres, ensuring an ideal sound for your favorite tracks.

🎵 Optimized for YouTube Music: Enjoy flawless sound on YouTube Music with specially designed settings for the platform.

🎧 Headphone Amplifier and Audio Balance: Customize sound to your ears with a headphone amplifier and the option to adjust audio balance.

🚀 Easy Access and Minimal Resource Usage: The Sound Equalizer icon conveniently resides on your browser's toolbar, providing quick access to the extension's features without slowing down your browser.

Immerse yourself in the world of audio equilibrium with Sound Equalizer! Revel in powerful bass, crystal-clear highs, and perfect sound balance. Take your music experience to new heights with this versatile extension for online audio control. Download Sound Equalizer now and immerse yourself in the sounds of your music like never before!                    

Extension Basic Information

Name Web Sound Equalizer Web Sound Equalizer
ID gceehiicnbpehbbdaloolaanlnddailm
Official URL https://chromewebstore.google.com/detail/web-sound-equalizer/gceehiicnbpehbbdaloolaanlnddailm
Description The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!
File Size 288 KB
Installation Count 761,679
Current Version 2.1.40
Last Updated 2024-02-23
Publish Date 2020-11-16
Rating 4.82/5 Total 787 Ratings
Developer Thomas Camus
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/128.png",
            "256": "assets\/icons\/256.png",
            "64": "assets\/icons\/64.png"
        },
        "default_title": "__MSG_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png",
        "64": "assets\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "short_name": "Sound Equalizer",
    "version": "2.1.40",
    "version_name": "2.1.40"
}