Focus: White Noise & Productivity
Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.
What is Focus: White Noise & Productivity?
Focus: White Noise & Productivity is a Chrome extension developed by walter.azvdo, and its main feature is "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.".
Extension Screenshots
Download Focus: White Noise & Productivity Extension CRX File
Download Focus: White Noise & Productivity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Focus: White Noise & Productivity opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study. Extension Basic Information
| Name | |
| ID | ehgipfhcgkgeecbgphoeegimccdlpkfh |
| Official URL | https://chromewebstore.google.com/detail/focus-white-noise-product/ehgipfhcgkgeecbgphoeegimccdlpkfh |
| Description | Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study. |
| File Size | 34.35 KB |
| Installation Count | 531 |
| Current Version | 2.0.0 |
| Last Updated | 2020-04-28 |
| Publish Date | 2020-04-24 |
| Rating | 4.00/5 Total 5 Ratings |
| Developer | walter.azvdo |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Focus: White Noise & Productivity",
"description": "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.",
"version": "2.0.0",
"browser_action": {
"default_icon": "icon_off.png",
"default_title": "Focus: White Noise & Productivity"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' https:\/\/s.ytimg.com\/*; object-src 'self'",
"background": {
"scripts": [
"background.js"
]
}
} | |