Surround sound for music

All audio streams from the browser are converted into surround sound with a fully immersive effect

O que é Surround sound for music?

Surround sound for music é uma extensão do Chrome desenvolvida por https://webaudio.online, e sua principal característica é "All audio streams from the browser are converted into surround sound with a fully immersive effect".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Surround sound for music

Baixe arquivos de extensão Surround sound for music 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

                        Surround sound for music creates surround sound in online music. The extension allows you to get higher quality and surround sound when watching.

The program uses advanced advanced audio processing to improve sound quality and provide a more vibrant and colorful atmosphere. Every time you watch a video on YouTube or other sites, you will enjoy better sound quality and a more immersive online music experience.                    

Informações Básicas da Extensão

Nome Surround sound for music Surround sound for music
ID febckhheheicjbhjcbippbgjdcblbdhd
URL Oficial https://chromewebstore.google.com/detail/surround-sound-for-music/febckhheheicjbhjcbippbgjdcblbdhd
Descrição All audio streams from the browser are converted into surround sound with a fully immersive effect
Tamanho do Arquivo 94.05 KB
Contagem de Instalações 849
Versão Atual 0.0.7
Última Atualização 2024-02-10
Data de Publicação 2023-10-12
Classificação 4.89/5 Total de 85 Avaliações
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
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.7",
    "manifest_version": 3,
    "default_locale": "ru",
    "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"
    }
}