Hum Personal Sounscapes

Create a hum - your own personal soundscape. Fade out the world and focus in.

Wat is Hum Personal Sounscapes?

Hum Personal Sounscapes is een Chrome-extensie ontwikkeld door https://mehughes124.github.io, en de belangrijkste functie is "Create a hum - your own personal soundscape. Fade out the world and focus in.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hum Personal Sounscapes

Download Hum Personal Sounscapes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Hum Personal Sounscapes Hum Personal Sounscapes
ID jgnhllglcjingdppojglcdeangdhogkl
Officiële URL https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl
Beschrijving Create a hum - your own personal soundscape. Fade out the world and focus in.
Bestandsgrootte 9.78 MB
Aantal Installaties 85
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-04-26
Publicatiedatum 2020-08-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://mehughes124.github.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mehughes124.github.io/hum
Help Pagina-URL https://mehughes124.github.io/hum
Ondersteunde Talen 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"
    ]
}