Surround sound for music

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

Qu'est-ce que Surround sound for music ?

Surround sound for music est une extension Chrome développée par https://webaudio.online, et sa fonction principale est "All audio streams from the browser are converted into surround sound with a fully immersive effect".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Surround sound for music

Téléchargez les fichiers d'extension Surround sound for music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Surround sound for music Surround sound for music
ID febckhheheicjbhjcbippbgjdcblbdhd
URL Officiel https://chromewebstore.google.com/detail/surround-sound-for-music/febckhheheicjbhjcbippbgjdcblbdhd
Description All audio streams from the browser are converted into surround sound with a fully immersive effect
Taille du Fichier 94.05 KB
Nombre d'Installations 849
Version Actuelle 0.0.7
Dernière Mise à Jour 2024-02-10
Date de Publication 2023-10-12
Évaluation 4.89/5 Total 85 Évaluations
Développeur https://webaudio.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webaudio.online/
URL de la Page d'Aide https://t.me/WebaudioOnline
Langues Prises en Charge 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"
    }
}