Magic Audio

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

什麼是Magic Audio?

Magic Audio是由https://magic.audio開發的Chrome擴展程式,該擴展的主要功能是“Enjoy an immersive listening experience for music and movies in your web browser”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Magic Audio擴展crx文件

下載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
官方網址 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"
    ]
}