Magic Audio

Enjoy an immersive listening experience for music and movies in your web browser

Magic Audioคืออะไร?

Magic Audio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://magic.audio และคุณลักษณะหลักของมันคือ "Enjoy an immersive listening experience for music and movies in your web browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Audio

ดาวน์โหลดไฟล์ส่วนขยาย Magic Audio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        More than typical stereo in your browser.

Behind the scenes, we use advanced audio algorithms to produce virtual surround sound for speakers or headphones. Furthermore, we have in place EQ, Volume Control, Dynamics Compressor, and more. In the next months, we will add new screens to adjust the processing according to your taste.

Limitations:
Currently, we cannot process audio from iFrames due to browser restrictions. To put it simply, for some websites it may not work.
We are investigating alternative solutions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
คำอธิบาย Enjoy an immersive listening experience for music and movies in your web browser
ขนาดไฟล์ 1.73 MB
จำนวนการติดตั้ง 874
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2023-11-02
วันที่เผยแพร่ 2022-05-17
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://magic.audio
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://magic.audio/
URL หน้าช่วยเหลือ https://magic.audio/company/contact
URL หน้านโยบายความเป็นส่วนตัว https://magic.audio/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enjoy an immersive listening experience for music and movies in your web browser",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "Magic Audio",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "fonts\/Roboto_Condensed\/*",
                "fonts\/megrim\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.magic.audio\/*"
    ],
    "permissions": [
        "cookies"
    ]
}