Sound Booster Plus

Take your audio to the next level with SoundBoost - the ultimate volume booster

O que é Sound Booster Plus?

Sound Booster Plus é uma extensão do Chrome desenvolvida por https://www.boostvolume.net, e sua principal característica é "Take your audio to the next level with SoundBoost - the ultimate volume booster".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sound Booster Plus

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

                        Experience the power of enhanced audio with SoundBoost, the ultimate volume booster for your device. Say goodbye to lackluster sound quality and embrace a more immersive and enjoyable listening experience. 

With our chrome extension, you can effortlessly amplify the volume and enhance the audio clarity, making every moment with your favorite music, videos, and games truly extraordinary. 

Don't settle for quiet and muffled audio any longer – try SoundBoost today and discover a whole new level of sound excellence. Upgrade your audio experience and let SoundBoost transform the way you listen.

To enhance our service and offer you an improved version of the extension with added support for more websites to boost volume, we require access to and collection of data regarding the web pages you visit. Please rest assured that we will not gather any personal or sensitive information. You can choose to opt-in or opt-out, as this is optional.

This data will be used solely for internal purposes.

We want to make it explicitly clear that we have no intention of obtaining information about your identity, preferences, or any personal details about you. This commitment is outlined in our privacy policy.
(https://www.boostvolume.net/privacy-policy/)                    

Informações Básicas da Extensão

Nome Sound Booster Plus Sound Booster Plus
ID ellknpohdfmlgliafidpblmedakgahkj
URL Oficial https://chromewebstore.google.com/detail/sound-booster-plus/ellknpohdfmlgliafidpblmedakgahkj
Descrição Take your audio to the next level with SoundBoost - the ultimate volume booster
Tamanho do Arquivo 88.41 KB
Contagem de Instalações 34,664
Versão Atual 1.5.0
Última Atualização 2023-09-02
Data de Publicação 2023-06-14
Classificação 4.49/5 Total de 228 Avaliações
Desenvolvedor https://www.boostvolume.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.boostvolume.net/
URL da Página de Política de Privacidade https://www.boostvolume.net/privacy-policy
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,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "version": "1.5.0",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}