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,…
什么是tree.fm - listen to a random forest?
tree.fm - listen to a random forest是由https://newnow.cool开发的Chrome扩展程序,该扩展的主要功能是“Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…”。
扩展截图
下载tree.fm - listen to a random forest扩展crx文件
下载tree.fm - listen to a random forest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
官方URL | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
简介 | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
文件大小 | 97.74 KB |
安装次数 | 2,771 |
当前版本 | 1.0 |
更新时间 | 2021-02-26 |
上架时间 | 2021-02-26 |
评分 | 5.00/5 共4次评分 |
开发者 | https://newnow.cool |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.tree.fm/ |
隐私政策页面URL | https://newnow.cool/privacy.html |
支持的语言 | 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" ] } } |