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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newnow.cool และคุณลักษณะหลักของมันคือ "Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tree.fm - listen to a random forest

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        ]
    }
}