8D

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

Was ist 8D?

8D ist eine Chrome-Erweiterung, die von leoforiosmenelao entwickelt wurde, und ihr Hauptmerkmal ist "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".

Erweiterungsscreenshots

screenshot

8D-Erweiterungs-CRX-Datei herunterladen

Laden Sie 8D-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 8D 8D
ID bfjkbhnihjgbahillbebohecpgcdhfao
Offizielle URL https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao
Beschreibung 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Dateigröße 1.47 MB
Installationsanzahl 2,779
Aktuelle Version 6.6.6.1
Letztes Update 2018-11-21
Veröffentlichungsdatum 2018-11-21
Bewertung 3.44/5 Insgesamt 39 Bewertungen
Entwickler leoforiosmenelao
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}