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”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | bfjkbhnihjgbahillbebohecpgcdhfao |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |