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 |
官方網址 | 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" ] } } |