Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Vad är Hum Personal Sounscapes?
Hum Personal Sounscapes är en Chrome-tillägg utvecklad av https://mehughes124.github.io, och dess huvudfunktion är "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Tilläggsskärmbilder
Ladda ner Hum Personal Sounscapes-förlängningens CRX-fil
Ladda ner Hum Personal Sounscapes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jgnhllglcjingdppojglcdeangdhogkl |
| Officiell webbadress | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
| Beskrivning | Create a hum - your own personal soundscape. Fade out the world and focus in. |
| Filstorlek | 9.78 MB |
| Antal Installationer | 85 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2023-04-26 |
| Publiceringsdatum | 2020-08-29 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://mehughes124.github.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://mehughes124.github.io/hum |
| Hjälpsida URL | https://mehughes124.github.io/hum |
| Stödda Språk | 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"
]
} | |