Hum Personal Sounscapes
Create a hum - your own personal soundscape. Fade out the world and focus in.
Что такое Hum Personal Sounscapes?
Hum Personal Sounscapes - это расширение Chrome, разработанное https://mehughes124.github.io, и его основная функция - "Create a hum - your own personal soundscape. Fade out the world and focus in.".
Снимки экрана расширения
Скачать файл CRX расширения Hum Personal Sounscapes
Скачайте файлы расширений Hum Personal Sounscapes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Hum Personal Sounscapes |
ID | jgnhllglcjingdppojglcdeangdhogkl |
Официальный URL | https://chromewebstore.google.com/detail/hum-personal-sounscapes/jgnhllglcjingdppojglcdeangdhogkl |
Описание | Create a hum - your own personal soundscape. Fade out the world and focus in. |
Размер файла | 9.78 MB |
Количество установок | 85 |
Текущая Версия | 0.0.5 |
Последнее Обновление | 2023-04-26 |
Дата публикации | 2020-08-29 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://mehughes124.github.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mehughes124.github.io/hum |
URL страницы помощи | https://mehughes124.github.io/hum |
Поддерживаемые языки | 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" ] } |