Magic Audio

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

Co je Magic Audio?

Magic Audio je rozšíření Chrome vyvinuté https://magic.audio, a jeho hlavní funkcí je „Enjoy an immersive listening experience for music and movies in your web browser“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Magic Audio

Stáhněte si soubory rozšíření Magic Audio ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
Oficiální URL https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Popis Enjoy an immersive listening experience for music and movies in your web browser
Velikost souboru 1.73 MB
Počet instalací 874
Aktuální Verze 0.0.4
Poslední Aktualizace 2023-11-02
Datum Vydání 2022-05-17
Hodnocení 5.00/5 Celkem 16 Hodnocení
Vývojář https://magic.audio
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://magic.audio/
URL Stránky Nápovědy https://magic.audio/company/contact
URL Stránky Zásad Ochrany Soukromí https://magic.audio/legal/privacy-policy
Podporované Jazyky 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"
    ]
}