Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Co to jest Hum Personal Sounscapes?
Hum Personal Sounscapes to rozszerzenie Chrome opracowane przez https://mehughes124.github.io, a jego główną funkcją jest „Create a hum - your own personal soundscape. Fade out the world and focus in.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hum Personal Sounscapes
Pobierz pliki rozszerzeń Hum Personal Sounscapes 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
Maybe you're near a crackling fire with a creek babbling in the distance? Or perhaps you're near the crashing sea in a thunderstorm? Use Hum to help block out distractions or just to relax. All feedback is welcome!
Podstawowe informacje o rozszerzeniu
Nazwa | Hum Personal Sounscapes |
ID | jgnhllglcjingdppojglcdeangdhogkl |
Oficjalny URL | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
Opis | Create a hum - your own personal soundscape. Fade out the world and focus in. |
Rozmiar pliku | 9.78 MB |
Liczba instalacji | 85 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2023-04-26 |
Data Publikacji | 2020-08-29 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://mehughes124.github.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mehughes124.github.io/hum |
Adres URL Strony Pomocy | https://mehughes124.github.io/hum |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hum Personal Sounscapes", "description": "Create a hum - your own personal soundscape. Fade out the world and focus in.", "homepage_url": "https:\/\/mehughes124.github.io\/hum", "version": "0.0.5", "manifest_version": 3, "action": { "default_title": "Hum - Manifest V3", "default_popup": "popup.html", "default_icon": { "16": "images\/hum_logo16.png", "32": "images\/hum_logo32.png", "48": "images\/hum_logo48.png", "128": "images\/hum_logo128.png" } }, "icons": { "16": "images\/hum_logo16.png", "32": "images\/hum_logo32.png", "48": "images\/hum_logo48.png", "128": "images\/hum_logo128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "offscreen" ] } |