Web Sound Equalizer

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

Τι είναι το Web Sound Equalizer;

Το Web Sound Equalizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thomas Camus, και η κύρια λειτουργία του είναι "The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Web Sound Equalizer

Λήψη αρχείων επέκτασης Web Sound Equalizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🎵 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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Sound Equalizer Web Sound Equalizer
ID gceehiicnbpehbbdaloolaanlnddailm
Επίσημο URL https://chromewebstore.google.com/detail/web-sound-equalizer/gceehiicnbpehbbdaloolaanlnddailm
Περιγραφή The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!
Μέγεθος Αρχείου 288 KB
Αριθμός Εγκαταστάσεων 761,679
Τρέχουσα Έκδοση 2.1.40
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-11-16
Αξιολόγηση 4.82/5 Συνολικά 787 Αξιολογήσεις
Προγραμματιστής Thomas Camus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}