CozyCave
Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience
¿Qué es CozyCave?
CozyCave es una extensión de Chrome desarrollada por Riad El Mahmoudy, y su función principal es "Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CozyCave
Descarga archivos de extensión CozyCave en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | CozyCave |
ID | jhmkolmecoghmgchjbmkcepfnejkbjbc |
URL Oficial | https://chromewebstore.google.com/detail/cozycave/jhmkolmecoghmgchjbmkcepfnejkbjbc |
Descripción | Mix and match your favorite atmosphere sounds for a more relaxing and focused browsing experience |
Tamaño del Archivo | 10.46 MB |
Cantidad de Instalaciones | 374 |
Versión Actual | 1.0 |
Última Actualización | 2020-08-26 |
Fecha de Publicación | 2020-08-25 |
Calificación | 4.40/5 Total de 10 Calificaciones |
Desarrollador | Riad El Mahmoudy |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/riadelm/CozyCave |
Idiomas Soportados | 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 } |