Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Cos'è Volume Booster - Increase the volume?

Volume Booster - Increase the volume è un'estensione di Chrome sviluppata da https://webaudio.online, e la sua funzione principale è "All audio streams from the browser are converted to surround sound and increase the volume".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Volume Booster - Increase the volume

Scarica i file di estensione Volume Booster - Increase the volume 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

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

Informazioni di Base sull'Estensione

Nome Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
URL Ufficiale https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
Descrizione All audio streams from the browser are converted to surround sound and increase the volume
Dimensione del File 96.03 KB
Conteggio Installazioni 157
Versione Corrente 0.0.9
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2024-01-21
Sviluppatore https://webaudio.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webaudio.online/
URL della Pagina di Aiuto https://t.me/WebaudioOnline
URL della Pagina della Politica sulla Privacy https://webaudio.online/politika.html
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}