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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hum Personal Sounscapes

قم بتنزيل ملفات الامتداد Hum Personal Sounscapes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    ]
}