8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Vad är 8D?
8D är en Chrome-tillägg utvecklad av leoforiosmenelao, och dess huvudfunktion är "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".
Tilläggsskärmbilder
Ladda ner 8D-förlängningens CRX-fil
Ladda ner 8D-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | 8D |
ID | bfjkbhnihjgbahillbebohecpgcdhfao |
Officiell webbadress | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
Beskrivning | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
Filstorlek | 1.47 MB |
Antal Installationer | 2,779 |
Aktuell Version | 6.6.6.1 |
Senast Uppdaterad | 2018-11-21 |
Publiceringsdatum | 2018-11-21 |
Betyg | 3.44/5 Totalt 39 Betyg |
Utvecklare | leoforiosmenelao |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |