8D

8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound

Co to jest 8D?

8D to rozszerzenie Chrome opracowane przez leoforiosmenelao, a jego główną funkcją jest „8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia 8D

Pobierz pliki rozszerzeń 8D w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa 8D 8D
ID bfjkbhnihjgbahillbebohecpgcdhfao
Oficjalny URL https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao
Opis 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Rozmiar pliku 1.47 MB
Liczba instalacji 2,779
Aktualna Wersja 6.6.6.1
Ostatnia Aktualizacja 2018-11-21
Data Publikacji 2018-11-21
Ocena 3.44/5 Łącznie 39 Oceny
Deweloper leoforiosmenelao
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}