8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Cos'è 8D?
8D è un'estensione di Chrome sviluppata da leoforiosmenelao, e la sua funzione principale è "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 8D
Scarica i file di estensione 8D in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | 8D |
ID | bfjkbhnihjgbahillbebohecpgcdhfao |
URL Ufficiale | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
Descrizione | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
Dimensione del File | 1.47 MB |
Conteggio Installazioni | 2,779 |
Versione Corrente | 6.6.6.1 |
Ultimo Aggiornamento | 2018-11-21 |
Data di Pubblicazione | 2018-11-21 |
Valutazione | 3.44/5 Totale 39 Valutazioni |
Sviluppatore | leoforiosmenelao |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |