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
官方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"
    ]
}