Surround sound for music

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

什么是Surround sound for music?

Surround sound for music是由https://webaudio.online开发的Chrome扩展程序,该扩展的主要功能是“All audio streams from the browser are converted into surround sound with a fully immersive effect”。

扩展截图

screenshot

下载Surround sound for music扩展crx文件

下载Surround sound for music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Surround sound for music Surround sound for music
ID febckhheheicjbhjcbippbgjdcblbdhd
官方URL https://chromewebstore.google.com/detail/surround-sound-for-music/febckhheheicjbhjcbippbgjdcblbdhd
简介 All audio streams from the browser are converted into surround sound with a fully immersive effect
文件大小 94.05 KB
安装次数 849
当前版本 0.0.7
更新时间 2024-02-10
上架时间 2023-10-12
评分 4.89/5 共85次评分
开发者 https://webaudio.online
电子邮箱 [email protected]
付费类型 free
扩展官网 https://webaudio.online/
帮助页面URL https://t.me/WebaudioOnline
支持的语言 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"
    }
}