tree.fm - listen to a random forest
Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…
¿Qué es tree.fm - listen to a random forest?
tree.fm - listen to a random forest es una extensión de Chrome desarrollada por https://newnow.cool, y su función principal es "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión tree.fm - listen to a random forest
Descarga archivos de extensión tree.fm - listen to a random forest 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
Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests, so you can escape into nature, while in lockdown or unable to travel. Use this extension to chill, meditate or do some digital shinrin-yoku.
Información Básica de la Extensión
Nombre | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
URL Oficial | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Descripción | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Tamaño del Archivo | 97.74 KB |
Cantidad de Instalaciones | 2,771 |
Versión Actual | 1.0 |
Última Actualización | 2021-02-26 |
Fecha de Publicación | 2021-02-26 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://newnow.cool |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.tree.fm/ |
URL de la Página de Política de Privacidad | https://newnow.cool/privacy.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tree.fm - listen to a random forest", "version": "1.0", "description": "", "icons": { "48": "icons\/icon.png" }, "browser_action": { "default_title": "", "default_icon": "icons\/icon.png", "default_popup": "popup\/content.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "jquery.min.js", "background.js" ] } } |