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,…
O que é tree.fm - listen to a random forest?
tree.fm - listen to a random forest é uma extensão do Chrome desenvolvida por https://newnow.cool, e sua principal característica é "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão tree.fm - listen to a random forest
Baixe arquivos de extensão tree.fm - listen to a random forest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
URL Oficial | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Descrição | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Tamanho do Arquivo | 97.74 KB |
Contagem de Instalações | 2,771 |
Versão Atual | 1.0 |
Última Atualização | 2021-02-26 |
Data de Publicação | 2021-02-26 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://newnow.cool |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.tree.fm/ |
URL da Página de Política de Privacidade | https://newnow.cool/privacy.html |
Idiomas Suportados | 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" ] } } |