8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Wat is 8D?
8D is een Chrome-extensie ontwikkeld door leoforiosmenelao, en de belangrijkste functie is "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".
Extensie Screenshots
Download het CRX-bestand van de extensie 8D
Download 8D-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bfjkbhnihjgbahillbebohecpgcdhfao |
| Officiële URL | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
| Beschrijving | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
| Bestandsgrootte | 1.47 MB |
| Aantal Installaties | 2,779 |
| Huidige Versie | 6.6.6.1 |
| Laatst Bijgewerkt | 2018-11-21 |
| Publicatiedatum | 2018-11-21 |
| Beoordeling | 3.44/5 Totaal 39 Beoordelingen |
| Ontwikkelaar | leoforiosmenelao |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |