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 с друзьями, чтобы легко установить расширения 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 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"
    }
}