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,…
What is tree.fm - listen to a random forest?
tree.fm - listen to a random forest is a Chrome extension developed by https://newnow.cool, and its main feature is "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Extension Screenshots
Download tree.fm - listen to a random forest Extension CRX File
Download tree.fm - listen to a random forest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
Official URL | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Description | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
File Size | 97.74 KB |
Installation Count | 2,771 |
Current Version | 1.0 |
Last Updated | 2021-02-26 |
Publish Date | 2021-02-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://newnow.cool |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tree.fm/ |
Privacy Policy Page URL | https://newnow.cool/privacy.html |
Supported Languages | 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" ] } } |