Bass Booster - Сontrol your sound

Boost your video or music volume with Volume Booster! Control both volume and bass effortlessly

O que é Bass Booster - Сontrol your sound?

Bass Booster - Сontrol your sound é uma extensão do Chrome desenvolvida por Tammy Bowers, e sua principal característica é "Boost your video or music volume with Volume Booster! Control both volume and bass effortlessly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bass Booster - Сontrol your sound

Baixe arquivos de extensão Bass Booster - Сontrol your sound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Elevate your browsing experience with a straightforward volume booster - enhance your audio with sound control and bass amplification.

Volume Booster stands out as an advanced Chrome browser extension designed to elevate your auditory encounters and enhance your musical journey online.

This user-friendly sound amplifier ensures a crystal-clear and robust audio experience while navigating your preferred websites and online platforms.

Highlighted Features:

🎶 Maximum Audio: Sound Booster maximizes sound amplification, enabling you to discern even the subtlest nuances and details in music, videos, and audio content.

✅ User-Friendly: With this easy-to-use sound amplifier extension, controlling volume becomes straightforward and convenient. Easily fine-tune the audio to your liking and relish in a powerful sound experience.

⭐️ Intelligent Enhancement: Sound Booster intelligently optimizes the audio to prevent distortions, ensuring a clean and natural sound without any disruptions.

🚀 Volume Control: Conveniently adjust the volume on web pages using a slider scale. Tailor settings to create an optimal sound environment suited to your preferences.

Transform your auditory experience and immerse yourself in a world of musical emotions with Volume Booster. Elevate your music and video encounters with this exceptional browser extension.

Amplify the sound and dive into a realm of musical emotions with Sound Booster today!                    

Informações Básicas da Extensão

Nome Bass Booster - Сontrol your sound Bass Booster - Сontrol your sound
ID coobjpohmllnkflglnolcoemhmdihbjd
URL Oficial https://chromewebstore.google.com/detail/bass-booster-%D1%81ontrol-your/coobjpohmllnkflglnolcoemhmdihbjd
Descrição Boost your video or music volume with Volume Booster! Control both volume and bass effortlessly
Tamanho do Arquivo 437 KB
Contagem de Instalações 850,954
Versão Atual 2.5
Última Atualização 2024-01-29
Data de Publicação 2022-12-13
Classificação 4.92/5 Total de 320 Avaliações
Desenvolvedor Tammy Bowers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "2.5",
    "icons": {
        "16": "icons\/icon-logo.png",
        "32": "icons\/icon-logo.png",
        "48": "icons\/icon-logo.png",
        "128": "icons\/icon-logo.png"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/helpers\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "assets\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon-logo.png",
            "38": "icons\/icon-logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "permissions": [
        "tabCapture",
        "storage",
        "activeTab",
        "system.display"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}