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,…
Vad är tree.fm - listen to a random forest?
tree.fm - listen to a random forest är en Chrome-tillägg utvecklad av https://newnow.cool, och dess huvudfunktion är "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Tilläggsskärmbilder
Ladda ner tree.fm - listen to a random forest-förlängningens CRX-fil
Ladda ner tree.fm - listen to a random forest-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
Officiell webbadress | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Beskrivning | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Filstorlek | 97.74 KB |
Antal Installationer | 2,771 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-02-26 |
Publiceringsdatum | 2021-02-26 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://newnow.cool |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.tree.fm/ |
URL till Sekretesspolicy Sidan | https://newnow.cool/privacy.html |
Stödda Språk | 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" ] } } |