Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Hvad er Hum Personal Sounscapes?
Hum Personal Sounscapes er en Chrome-udvidelse udviklet af https://mehughes124.github.io, og dens hovedfunktion er "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Udvidelsesskærmbilleder
Download Hum Personal Sounscapes-udvidelses-CRX-fil
Download Hum Personal Sounscapes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jgnhllglcjingdppojglcdeangdhogkl |
| Officiel URL | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
| Beskrivelse | Create a hum - your own personal soundscape. Fade out the world and focus in. |
| Filstørrelse | 9.78 MB |
| Antal Installationer | 85 |
| Nuværende Version | 0.0.5 |
| Senest Opdateret | 2023-04-26 |
| Udgivelsesdato | 2020-08-29 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://mehughes124.github.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://mehughes124.github.io/hum |
| Hjælpeside-URL | https://mehughes124.github.io/hum |
| Understøttede Sprog | 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"
]
} | |