8D

8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound

8Dとは何ですか?

8Dはleoforiosmenelaoによって開発されたChromeの拡張機能で、その主な機能は「8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound」です。

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

screenshot

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

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

拡張機能の使用方法

                        8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound.
Just open your favourite multimedia streaming website, press the start button and enjoy!                    

拡張機能の基本情報

名前 8D 8D
ID bfjkbhnihjgbahillbebohecpgcdhfao
公式URL https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao
説明 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
ファイルサイズ 1.47 MB
インストール数 2,779
現在のバージョン 6.6.6.1
最終更新日 2018-11-21
公開日 2018-11-21
評価 3.44/5 合計 39 レビュー
開発者 leoforiosmenelao
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8D",
    "version": "6.6.6.1",
    "description": "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background3.js",
            "web_audio_scheduler.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "256": "8d.png"
        },
        "default_title": "8D audio",
        "default_popup": "popup.html"
    }
}