Magic Audio

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

Magic Audio là gì?

Magic Audio là một tiện ích mở rộng Chrome được phát triển bởi https://magic.audio, và tính năng chính của nó là "Enjoy an immersive listening experience for music and movies in your web browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magic Audio

Tải xuống các tệp mở rộng Magic Audio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Audio Magic Audio
ID lmogpoignkgofmackdghknhpdgfkocef
URL Chính Thức https://chromewebstore.google.com/detail/magic-audio/lmogpoignkgofmackdghknhpdgfkocef
Mô tả Enjoy an immersive listening experience for music and movies in your web browser
Kích Thước Tệp 1.73 MB
Số Lần Cài Đặt 874
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2022-05-17
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://magic.audio
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://magic.audio/
URL Trang Trợ Giúp https://magic.audio/company/contact
URL Trang Chính Sách Bảo Mật https://magic.audio/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}