3DWave - Tune your brainwaves using any music
Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific…
Was ist 3DWave - Tune your brainwaves using any music?
3DWave - Tune your brainwaves using any music ist eine Chrome-Erweiterung, die von http://fallintrance.com entwickelt wurde, und ihr Hauptmerkmal ist "Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific…".
Erweiterungsscreenshots
3DWave - Tune your brainwaves using any music-Erweiterungs-CRX-Datei herunterladen
Laden Sie 3DWave - Tune your brainwaves using any music-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
Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific principles of entrainment: a method to stimulate the brain into entering a specific state by using sound. It modulates your music of choice by modifying the 3D properties of the sound. It uses similar principle as that of Binaural Beats. The extension works on any HTML5 video or audio. You may feel bit uncomfortable for a moment, but soon the music will fade into the background and your brain would tune to the desired state. 3DWave is a key technology in the upcoming Trance headband which measures your brainwaves and automatically tunes your brain waves using music and tones.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gbfcplefibogfkgbnommhjcmpoonednk |
Offizielle URL | https://chrome.google.com/webstore/detail/3dwave-tune-your-brainwav/gbfcplefibogfkgbnommhjcmpoonednk |
Beschreibung | Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific… |
Dateigröße | 137 KB |
Installationsanzahl | 374 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2018-03-13 |
Veröffentlichungsdatum | 2018-03-12 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | http://fallintrance.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.fallintrance.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "256": "icons\/icon_off_256.png" }, "default_popup": "html\/popup.html", "default_title": "3DWave - Tune your brainwaves using any music" }, "icons": { "256": "icons\/icon_256.png", "128": "icons\/icon_128.png", "48": "icons\/icon_48.png", "16": "icons\/icon_16.png" }, "manifest_version": 2, "name": "3DWave - Tune your brainwaves using any music", "short_name": "3DWave", "permissions": [ "tabCapture", "activeTab", "alarms", "storage" ], "version": "0.1.2", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |