8D
8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
8Dคืออะไร?
8D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leoforiosmenelao และคุณลักษณะหลักของมันคือ "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8D
ดาวน์โหลดไฟล์ส่วนขยาย 8D ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 8D |
ID | bfjkbhnihjgbahillbebohecpgcdhfao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao |
คำอธิบาย | 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound |
ขนาดไฟล์ | 1.47 MB |
จำนวนการติดตั้ง | 2,779 |
เวอร์ชันปัจจุบัน | 6.6.6.1 |
อัปเดตครั้งล่าสุด | 2018-11-21 |
วันที่เผยแพร่ | 2018-11-21 |
คะแนน | 3.44/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | leoforiosmenelao |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |