Magic Audio

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

ما هو Magic Audio؟

Magic Audio هو إضافة Chrome تم تطويرها بواسطة https://magic.audio، والميزة الرئيسية لها هي "Enjoy an immersive listening experience for music and movies in your web browser".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Magic Audio

قم بتنزيل ملفات الامتداد Magic Audio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://magic.audio/company/contact
عنوان صفحة سياسة الخصوصية 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"
    ]
}