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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 8D

قم بتنزيل ملفات الامتداد 8D بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}