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 |
| 官方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 |
| 电子邮箱 | [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"
}
} | |