8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Apa itu 8D?
8D adalah ekstensi Chrome yang dikembangkan oleh leoforiosmenelao, dan fitur utamanya adalah "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 8D
Unduh file ekstensi 8D dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | 8D |
ID | bfjkbhnihjgbahillbebohecpgcdhfao |
URL Resmi | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
Deskripsi | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
Ukuran File | 1.47 MB |
Jumlah Instalasi | 2,779 |
Versi Saat Ini | 6.6.6.1 |
Terakhir Diperbarui | 2018-11-21 |
Tanggal Publikasi | 2018-11-21 |
Penilaian | 3.44/5 Total 39 Penilaian |
Pengembang | leoforiosmenelao |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |