Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Was ist Hum Personal Sounscapes?
Hum Personal Sounscapes ist eine Chrome-Erweiterung, die von https://mehughes124.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Erweiterungsscreenshots
Hum Personal Sounscapes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hum Personal Sounscapes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Hum Personal Sounscapes |
ID | jgnhllglcjingdppojglcdeangdhogkl |
Offizielle URL | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
Beschreibung | Create a hum - your own personal soundscape. Fade out the world and focus in. |
Dateigröße | 9.78 MB |
Installationsanzahl | 85 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2023-04-26 |
Veröffentlichungsdatum | 2020-08-29 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://mehughes124.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://mehughes124.github.io/hum |
Hilfeseite URL | https://mehughes124.github.io/hum |
Unterstützte Sprachen | 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" ] } |