Sound Booster Plus

Increase system volume up to 1000% from the maximum level! Boost your system sound.

¿Qué es Sound Booster Plus?

Sound Booster Plus es una extensión de Chrome desarrollada por https://volumebooster.ph, y su función principal es "Increase system volume up to 1000% from the maximum level! Boost your system sound.".

Capturas de Pantalla de la Extensión

screenshot
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

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

Features: 
- Increase the volume of the content being played up to 1000% 
- Works on all sites
- Enable/Disable with single click

How to use Sound booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the volume booster with toggle button.
4. Then, click on the extension icon and choose the Sound boost range.

Recent Changes:
Version 1.1.6 (24-September-2022):
- Minor bug fix

Version 1.1.4 (06-September-2022):
- Bug fix
- Improved UI

Best Volume Master alternative.

**Note: Please reload tabs after installing the extension to make it work.**                    

Información Básica de la Extensión

Nombre Sound Booster Plus Sound Booster Plus
ID ipmlaaecoiapbecaaalooaocfkkmkbdh
URL Oficial https://chrome.google.com/webstore/detail/sound-booster-plus/ipmlaaecoiapbecaaalooaocfkkmkbdh
Descripción Increase system volume up to 1000% from the maximum level! Boost your system sound.
Tamaño del Archivo 206 KB
Cantidad de Instalaciones 115,615
Versión Actual 2.1.5
Última Actualización 2023-04-19
Fecha de Publicación 2022-09-06
Calificación 4.83/5 Total de 621 Calificaciones
Desarrollador https://volumebooster.ph
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://volumebooster.ph/
URL de la Página de Política de Privacidad https://volumebooster.ph/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.1.5",
    "manifest_version": 2,
    "icons": {
        "128": "image\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "cs.js",
                "theButton.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "activeTab",
        "tabs",
        "storage",
        "tabCapture",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": "image\/logo_128x128.png"
    }
}