Magic Audio

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

Magic Audio क्या है?

Magic Audio https://magic.audio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy an immersive listening experience for music and movies in your web browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magic Audio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
आधिकारिक URL https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
विवरण Enjoy an immersive listening experience for music and movies in your web browser
फ़ाइल का आकार 1.73 MB
स्थापना संख्या 874
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2023-11-02
प्रकाशन तिथि 2022-05-17
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर https://magic.audio
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://magic.audio/
सहायता पृष्ठ URL https://magic.audio/company/contact
गोपनीयता नीति पृष्ठ URL https://magic.audio/legal/privacy-policy
समर्थित भाषाएँ 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"
    ]
}