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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webaudio.online และคุณลักษณะหลักของมันคือ "All audio streams from the browser are converted into surround sound with a fully immersive effect"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surround sound for music

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}