Volume Booster - Increase the volume

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

O que é Volume Booster - Increase the volume?

Volume Booster - Increase the volume é uma extensão do Chrome desenvolvida por https://webaudio.online, e sua principal característica é "All audio streams from the browser are converted to surround sound and increase the volume".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Volume Booster - Increase the volume

Baixe arquivos de extensão Volume Booster - Increase the volume 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

                        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.                    

Informações Básicas da Extensão

Nome Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
URL Oficial https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
Descrição All audio streams from the browser are converted to surround sound and increase the volume
Tamanho do Arquivo 96.03 KB
Contagem de Instalações 157
Versão Atual 0.0.9
Última Atualização 2024-03-04
Data de Publicação 2024-01-21
Desenvolvedor https://webaudio.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webaudio.online/
URL da Página de Ajuda https://t.me/WebaudioOnline
URL da Página de Política de Privacidade https://webaudio.online/politika.html
Idiomas Suportados 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"
    }
}