Magic Audio

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

Cos'è Magic Audio?

Magic Audio è un'estensione di Chrome sviluppata da https://magic.audio, e la sua funzione principale è "Enjoy an immersive listening experience for music and movies in your web browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magic Audio

Scarica i file di estensione Magic Audio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
URL Ufficiale https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Descrizione Enjoy an immersive listening experience for music and movies in your web browser
Dimensione del File 1.73 MB
Conteggio Installazioni 874
Versione Corrente 0.0.4
Ultimo Aggiornamento 2023-11-02
Data di Pubblicazione 2022-05-17
Valutazione 5.00/5 Totale 16 Valutazioni
Sviluppatore https://magic.audio
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://magic.audio/
URL della Pagina di Aiuto https://magic.audio/company/contact
URL della Pagina della Politica sulla Privacy https://magic.audio/legal/privacy-policy
Lingue Supportate 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"
    ]
}