Sound Booster Plus

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

¿Qué es Sound Booster Plus?

Sound Booster Plus es una extensión de Chrome desarrollada por https://www.boostvolume.net, y su función principal es "Take your audio to the next level with SoundBoost - the ultimate volume booster".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sound Booster Plus

Descarga archivos de extensión Sound Booster Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/)                    

Información Básica de la Extensión

Nombre Sound Booster Plus Sound Booster Plus
ID ellknpohdfmlgliafidpblmedakgahkj
URL Oficial https://chromewebstore.google.com/detail/sound-booster-plus/ellknpohdfmlgliafidpblmedakgahkj
Descripción Take your audio to the next level with SoundBoost - the ultimate volume booster
Tamaño del Archivo 88.41 KB
Cantidad de Instalaciones 34,664
Versión Actual 1.5.0
Última Actualización 2023-09-02
Fecha de Publicación 2023-06-14
Calificación 4.49/5 Total de 228 Calificaciones
Desarrollador https://www.boostvolume.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.boostvolume.net/
URL de la Página de Política de Privacidad https://www.boostvolume.net/privacy-policy
Idiomas Soportados 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": [
        "*:\/\/*\/*"
    ]
}