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
Eメール [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"
    }
}