Magic Audio

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

Magic Audioとは何ですか?

Magic Audioはhttps://magic.audioによって開発されたChromeの拡張機能で、その主な機能は「Enjoy an immersive listening experience for music and movies in your web browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Magic Audio拡張機能のCRXファイルをダウンロード

Magic Audio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}