CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
Was ist CozyCave?
CozyCave ist eine Chrome-Erweiterung, die von Riad El Mahmoudy entwickelt wurde, und ihr Hauptmerkmal ist "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience".
Erweiterungsscreenshots
CozyCave-Erweiterungs-CRX-Datei herunterladen
Laden Sie CozyCave-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
CozyCave is chrome extension that lets browse while listening to a selection of background white noise from nature. This version's sounds includes Rain, Thunder, Wind, Train, Fireplace and Coffee shop. The user can not only play these sounds simultaneously but also has control of the volume of each sound to mix their perfect enviromment and get immersed in a world they create. The app uses a warm, colourful and interactive interface, taking the relaxing user experience to a new level.
Grundlegende Informationen zur Erweiterung
Name | CozyCave |
ID | jhmkolmecoghmgchjbmkcepfnejkbjbc |
Offizielle URL | https://chromewebstore.google.com/detail/cozycave/jhmkolmecoghmgchjbmkcepfnejkbjbc |
Beschreibung | Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience |
Dateigröße | 10.46 MB |
Installationsanzahl | 374 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-08-26 |
Veröffentlichungsdatum | 2020-08-25 |
Bewertung | 4.40/5 Insgesamt 10 Bewertungen |
Entwickler | Riad El Mahmoudy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/riadelm/CozyCave |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CozyCave", "version": "1.0", "description": "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience", "permissions": [ "declarativeContent", "storage", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "rain1.mp3", "train.mp3", "snowstorm.mp3", "thunder.mp3", "fireplace.mp3", "cafe.mp3" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/cclogo16.png", "32": "images\/cclogo32.png", "48": "images\/cclogo48.png", "128": "images\/cclogo128.png" } }, "icons": { "16": "images\/cclogo16.png", "32": "images\/cclogo32.png", "48": "images\/cclogo48.png", "128": "images\/cclogo128.png" }, "manifest_version": 2 } |