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,…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tree.fm - listen to a random forest
قم بتنزيل ملفات الامتداد tree.fm - listen to a random forest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" ] } } |