Volume Booster

Volume Booster increases your volume. Sound booster at new level.

Cos'è Volume Booster?

Volume Booster è un'estensione di Chrome sviluppata da Web Tools, e la sua funzione principale è "Volume Booster increases your volume. Sound booster at new level.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Volume Booster

Scarica i file di estensione Volume Booster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Volume Booster increases your volume in tab. Sound booster at new level. You can boost your volume for Youtube Videos and Youtube Music. Extension can be used on all sites. 

This extension works as toggle:
 1. Click to boost the volume.
 2. Indicator will show the multiplier that is applied to your volume.
 3. Click again to increase it.

Volume Booster cotains preinstalled 3 standard presets:
 1 - Normal  
 2 - High
 3 - Very high

Make awesome sound booster from your browser. Thank you for using this Volume Booster and good rating. I will answer any questions.                    

Informazioni di Base sull'Estensione

Nome Volume Booster Volume Booster
ID nolbmjhicibknokpnbdaleabonbmioil
URL Ufficiale https://chromewebstore.google.com/detail/volume-booster/nolbmjhicibknokpnbdaleabonbmioil
Descrizione Volume Booster increases your volume. Sound booster at new level.
Dimensione del File 14.48 KB
Conteggio Installazioni 5,646
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-22
Data di Pubblicazione 2021-06-22
Valutazione 4.17/5 Totale 12 Valutazioni
Sviluppatore Web Tools
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Volume Booster increases your volume. Sound booster at new level.",
    "version": "1.0.0",
    "icons": {
        "16": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}