Volume Booster - Sound & Bass boost

Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.

O que é Volume Booster - Sound & Bass boost?

Volume Booster - Sound & Bass boost é uma extensão do Chrome desenvolvida por VolumeApp, e sua principal característica é "Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Volume Booster - Sound & Bass boost

Baixe arquivos de extensão Volume Booster - Sound & Bass boost 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

                        Volume Booster feature allows you to enhance the audio quality while using the Chrome browser, enabling you to have a more enjoyable experience while listening to music on YouTube or watching videos. This booster can amplify the bass to its fullest and increase the volume by 600%. 

A Stylish Sound Booster pop-up appears on your screen with a volume switch, displaying a list of tabs currently playing audio content. You can adjust the sound levels in the current web tab using the slider. 

This extension can significantly enhance the sound quality of your browser, and you can use the volume booster on your preferred websites. 

Audio volume booster works great on all popular sites: FB, Twitch, Deezer and other sites. Use it as a flexible YouTube equalizer when watching videos, or adjust sound effect levels to bring out your favorite songs to the fullest.

Sound Booster is a user-friendly and practical tool for enhancing the audio quality of your favorite songs. By utilizing the equalizer, you can enjoy the benefits of this tool and experience excellent sound quality.

Volume Control 
Take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. To solve that task we developed our audio volume control extension. 

Equalizer
Audio Equalizer is a lite extension that let you easily adjust audio settings (the balance between frequency components in an audio file) from a toolbar popup. Equalizer for Youtube.

Bass Booster makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.

Bass Boost is a simple to use Audio Equalizer that's got several settings to make Videos, Music, Movies, Gameplay, Anime and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now!

We hope you find our tool beneficial, and we eagerly await your feedback and ratings. If you encounter any issues or face any problems while using it, please contact us for assistance.                    

Informações Básicas da Extensão

Nome Volume Booster - Sound & Bass boost Volume Booster - Sound & Bass boost
ID ebpckmjdefimgaenaebngljijofojncm
URL Oficial https://chromewebstore.google.com/detail/volume-booster-sound-bass/ebpckmjdefimgaenaebngljijofojncm
Descrição Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.
Tamanho do Arquivo 404 KB
Contagem de Instalações 1,267,290
Versão Atual 0.0.5
Última Atualização 2024-02-13
Data de Publicação 2023-05-12
Classificação 4.82/5 Total de 388 Avaliações
Desenvolvedor VolumeApp
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/volume-boosts/privacy-policy
Idiomas Suportados id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,el,sr,bg,ru,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": "0.0.5",
    "icons": {
        "16": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/logo.png",
            "38": "assets\/icons\/logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/css\/visualizer.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}