Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
What is Hum Personal Sounscapes?
Hum Personal Sounscapes is a Chrome extension developed by https://mehughes124.github.io, and its main feature is "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Extension Screenshots
Download Hum Personal Sounscapes Extension CRX File
Download Hum Personal Sounscapes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Hum Personal Sounscapes |
ID | jgnhllglcjingdppojglcdeangdhogkl |
Official URL | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
Description | Create a hum - your own personal soundscape. Fade out the world and focus in. |
File Size | 9.78 MB |
Installation Count | 85 |
Current Version | 0.0.5 |
Last Updated | 2023-04-26 |
Publish Date | 2020-08-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://mehughes124.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://mehughes124.github.io/hum |
Help Page URL | https://mehughes124.github.io/hum |
Supported Languages | 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" ] } |