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是由Thomas Camus開發的Chrome擴展程式,該擴展的主要功能是“The Sound Equalizer with Bass Booster is the ideal option to experience ultimate audio satisfaction directly within your browser!”。

擴展截圖

screenshot

下載Web Sound Equalizer擴展crx文件

下載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
官方網址 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"
}