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,…
Wat is tree.fm - listen to a random forest?
tree.fm - listen to a random forest is een Chrome-extensie ontwikkeld door https://newnow.cool, en de belangrijkste functie is "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Extensie Screenshots
Download het CRX-bestand van de extensie tree.fm - listen to a random forest
Download tree.fm - listen to a random forest-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
Officiële URL | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Beschrijving | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Bestandsgrootte | 97.74 KB |
Aantal Installaties | 2,771 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-26 |
Publicatiedatum | 2021-02-26 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://newnow.cool |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tree.fm/ |
URL van de Privacybeleid Pagina | https://newnow.cool/privacy.html |
Ondersteunde Talen | 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" ] } } |