8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
What is 8D?
8D is a Chrome extension developed by leoforiosmenelao, and its main feature is "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".
Extension Screenshots
Download 8D Extension CRX File
Download 8D extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | 8D |
ID | bfjkbhnihjgbahillbebohecpgcdhfao |
Official URL | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
Description | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
File Size | 1.47 MB |
Installation Count | 2,779 |
Current Version | 6.6.6.1 |
Last Updated | 2018-11-21 |
Publish Date | 2018-11-21 |
Rating | 3.44/5 Total 39 Ratings |
Developer | leoforiosmenelao |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |