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,…
Cos'è tree.fm - listen to a random forest?
tree.fm - listen to a random forest è un'estensione di Chrome sviluppata da https://newnow.cool, e la sua funzione principale è "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tree.fm - listen to a random forest
Scarica i file di estensione tree.fm - listen to a random forest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
URL Ufficiale | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Descrizione | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Dimensione del File | 97.74 KB |
Conteggio Installazioni | 2,771 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-26 |
Data di Pubblicazione | 2021-02-26 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://newnow.cool |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tree.fm/ |
URL della Pagina della Politica sulla Privacy | https://newnow.cool/privacy.html |
Lingue Supportate | 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" ] } } |