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 с друзьями, чтобы легко установить расширения 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" ] } } |