Magic Audio

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

Was ist Magic Audio?

Magic Audio ist eine Chrome-Erweiterung, die von https://magic.audio entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy an immersive listening experience for music and movies in your web browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Magic Audio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magic Audio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
Offizielle URL https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Beschreibung Enjoy an immersive listening experience for music and movies in your web browser
Dateigröße 1.73 MB
Installationsanzahl 874
Aktuelle Version 0.0.4
Letztes Update 2023-11-02
Veröffentlichungsdatum 2022-05-17
Bewertung 5.00/5 Insgesamt 16 Bewertungen
Entwickler https://magic.audio
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://magic.audio/
Hilfeseite URL https://magic.audio/company/contact
URL der Datenschutzrichtlinien-Seite https://magic.audio/legal/privacy-policy
Unterstützte Sprachen 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"
    ]
}