Magic Audio

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

Wat is Magic Audio?

Magic Audio is een Chrome-extensie ontwikkeld door https://magic.audio, en de belangrijkste functie is "Enjoy an immersive listening experience for music and movies in your web browser".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Magic Audio

Download Magic Audio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
Officiële URL https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Beschrijving Enjoy an immersive listening experience for music and movies in your web browser
Bestandsgrootte 1.73 MB
Aantal Installaties 874
Huidige Versie 0.0.4
Laatst Bijgewerkt 2023-11-02
Publicatiedatum 2022-05-17
Beoordeling 5.00/5 Totaal 16 Beoordelingen
Ontwikkelaar https://magic.audio
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://magic.audio/
Help Pagina-URL https://magic.audio/company/contact
URL van de Privacybeleid Pagina https://magic.audio/legal/privacy-policy
Ondersteunde Talen 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"
    ]
}