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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}