├── background.html ├── background.js ├── binauralGenerator.js ├── content.js ├── manifest.json ├── popup.html ├── popup.js └── styles.css /background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/background.html -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/background.js -------------------------------------------------------------------------------- /binauralGenerator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/binauralGenerator.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/content.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/popup.html -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/popup.js -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elder-plinius/binaural-beats-generator/HEAD/styles.css --------------------------------------------------------------------------------