8D

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

Hvad er 8D?

8D er en Chrome-udvidelse udviklet af leoforiosmenelao, og dens hovedfunktion er "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".

Udvidelsesskærmbilleder

screenshot

Download 8D-udvidelses-CRX-fil

Download 8D-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn 8D 8D
ID bfjkbhnihjgbahillbebohecpgcdhfao
Officiel URL https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao
Beskrivelse 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Filstørrelse 1.47 MB
Antal Installationer 2,779
Nuværende Version 6.6.6.1
Senest Opdateret 2018-11-21
Udgivelsesdato 2018-11-21
Bedømmelse 3.44/5 Samlet 39 Bedømmelser
Udvikler leoforiosmenelao
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}