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,…
Was ist tree.fm - listen to a random forest?
tree.fm - listen to a random forest ist eine Chrome-Erweiterung, die von https://newnow.cool entwickelt wurde, und ihr Hauptmerkmal ist "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Erweiterungsscreenshots
tree.fm - listen to a random forest-Erweiterungs-CRX-Datei herunterladen
Laden Sie tree.fm - listen to a random forest-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
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.
Grundlegende Informationen zur Erweiterung
Name | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
Offizielle URL | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Beschreibung | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Dateigröße | 97.74 KB |
Installationsanzahl | 2,771 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-02-26 |
Veröffentlichungsdatum | 2021-02-26 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://newnow.cool |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tree.fm/ |
URL der Datenschutzrichtlinien-Seite | https://newnow.cool/privacy.html |
Unterstützte Sprachen | 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" ] } } |