Magic Audio

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

What is Magic Audio?

Magic Audio is a Chrome extension developed by https://magic.audio, and its main feature is "Enjoy an immersive listening experience for music and movies in your web browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Magic Audio Extension CRX File

Download Magic Audio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
Official URL https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Description Enjoy an immersive listening experience for music and movies in your web browser
File Size 1.73 MB
Installation Count 874
Current Version 0.0.4
Last Updated 2023-11-02
Publish Date 2022-05-17
Rating 5.00/5 Total 16 Ratings
Developer https://magic.audio
Email [email protected]
Payment Type in_app
Extension Website https://magic.audio/
Help Page URL https://magic.audio/company/contact
Privacy Policy Page URL https://magic.audio/legal/privacy-policy
Supported Languages 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"
    ]
}