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,…
Co to jest tree.fm - listen to a random forest?
tree.fm - listen to a random forest to rozszerzenie Chrome opracowane przez https://newnow.cool, a jego główną funkcją jest „Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia tree.fm - listen to a random forest
Pobierz pliki rozszerzeń tree.fm - listen to a random forest w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | tree.fm - listen to a random forest |
ID | nkolhjkcfiifppjjkihkmebjkemcgllc |
Oficjalny URL | https://chromewebstore.google.com/detail/treefm-listen-to-a-random/nkolhjkcfiifppjjkihkmebjkemcgllc |
Opis | Tune Into Forests From Around The World. Escape, Relax & Preserve. People around the world recorded the sounds of their forests,… |
Rozmiar pliku | 97.74 KB |
Liczba instalacji | 2,771 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-02-26 |
Data Publikacji | 2021-02-26 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://newnow.cool |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.tree.fm/ |
Adres URL Strony Polityki Prywatności | https://newnow.cool/privacy.html |
Obsługiwane Języki | 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" ] } } |