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