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.
Was ist Focus: White Noise & Productivity?
Focus: White Noise & Productivity ist eine Chrome-Erweiterung, die von walter.azvdo entwickelt wurde, und ihr Hauptmerkmal ist "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.".
Erweiterungsscreenshots
Focus: White Noise & Productivity-Erweiterungs-CRX-Datei herunterladen
Laden Sie Focus: White Noise & Productivity-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ehgipfhcgkgeecbgphoeegimccdlpkfh |
| Offizielle URL | https://chromewebstore.google.com/detail/focus-white-noise-product/ehgipfhcgkgeecbgphoeegimccdlpkfh |
| Beschreibung | Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study. |
| Dateigröße | 34.35 KB |
| Installationsanzahl | 531 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2020-04-28 |
| Veröffentlichungsdatum | 2020-04-24 |
| Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
| Entwickler | walter.azvdo |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
} | |