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…
3DWave - Tune your brainwaves using any music란 무엇입니까?
3DWave - Tune your brainwaves using any music은(는) http://fallintrance.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific…"입니다.
확장 프로그램 스크린샷
3DWave - Tune your brainwaves using any music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | gbfcplefibogfkgbnommhjcmpoonednk |
공식 URL | https://chrome.google.com/webstore/detail/3dwave-tune-your-brainwav/gbfcplefibogfkgbnommhjcmpoonednk |
설명 | Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific… |
파일 크기 | 137 KB |
설치 횟수 | 374 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2018-03-13 |
출시 날짜 | 2018-03-12 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | http://fallintrance.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.fallintrance.com |
지원되는 언어 | 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'" } |