Sound Booster

Adjust volume in Chrome tabs separately. Boost music volume and video up to 60 lvl.

O que é Sound Booster?

Sound Booster é uma extensão do Chrome desenvolvida por Sound Master, e sua principal característica é "Adjust volume in Chrome tabs separately. Boost music volume and video up to 60 lvl.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sound Booster

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

                        Sound Booster is an extension that will allow you to increase the sound of your system. It can raise volume level up to 600%.

Improve the sound quality in the Chrome browser to get more pleasure from listening to music and watching videos.

If you feel that your volume is not loud enough then use Sound Booster to enhance the loudness of the audio or video that you are playing. It is simple and easy to use with a sliding bar where you can slide up & down on the volume that you want to use.

When you open a site with audio, you get, at the most, two options to control the volume. The operating system provides one option, and it is always available. It changes the volume of the entire web browser, however.

The second option is provided by the browser or the site the audio is playing. You may get individual sound controls or use the browser's muting functionality to mute audio playback.

Sound booster adds sound control options to the browser. One of its main features is that it can change the sound of each tab individually. 

If you happen to play a too-loud or barely audible video or audio clip in the browser in a tab, you may use it to either reduce the volume of that tab or boost the sound by up to 600%, all without changing the default volume of the web browser or impacting the sound in any other browser tab.

All you need to do is click on the extension icon in the tab that is playing audio. The extension displays a volume slider that you may use to change the volume. The icon of the extension indicates the volume level at any time so that you see it at first glance.

Boosting works similarly to reducing the volume, only that you don't stop at 100% but can jack the volume up to 600%. The change takes effect immediately so that you may adjust the volume as you see fit.

Another helpful feature is listing all tabs with audio playback in the interface. A click on a listing switches to the tab immediately so that you may control the audio or other functionality on that tab.

Sound Booster will amplify your sound at a maximum and provide you with better sound quality wherever you are! 
Play music in your browser and adjust the sound to your headset or speakers just how you want it!
Click on the extension icon to adjust the sound level. You immediately get a more transparent and robust sound.

✅ Easy To Use:

1. Click on our extension logo in your extension bar
2. Open up a Youtube, Spotify, Apple Music, or any tab that produces sound
3. Slide the bar to your comfortable volume - All the way up to 600%

✅ Features:

- Increase volume on your computer inside of google chrome tabs
- Convenient & simplistic design/UI 
- Switch to any tab that plays audio with one click
- Tells you what is currently playing inside of drop-down extension

Please note that if the video player allows increasing the volume, you should do it. This app can distort the audio, so you should increase the original volume to 100%.

WARNING

We are not responsible for anything that might happen to your speakers or another audio device! Do not listen at full sound volume or with a bass boost for too long. This can be harmful to your speakers. Use it wisely!                    

Informações Básicas da Extensão

Nome Sound Booster Sound Booster
ID pmilcmjbofinpnbnpanpdadijibcgifc
URL Oficial https://chromewebstore.google.com/detail/sound-booster/pmilcmjbofinpnbnpanpdadijibcgifc
Descrição Adjust volume in Chrome tabs separately. Boost music volume and video up to 60 lvl.
Tamanho do Arquivo 79.2 KB
Contagem de Instalações 161,973
Versão Atual 1.0.2
Última Atualização 2023-01-12
Data de Publicação 2022-12-15
Classificação 4.45/5 Total de 254 Avaliações
Desenvolvedor Sound Master
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/soundboostepro/home
Idiomas Suportados 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,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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "background": {
        "service_worker": "\/scripts\/service_worker.js"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/jquery.min.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/content.css.map"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Sound Booster"
    },
    "permissions": [
        "tabs",
        "storage",
        "tabCapture"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}