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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🎵 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"
}