Hum Personal Sounscapes

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

Hum Personal Sounscapes क्या है?

Hum Personal Sounscapes https://mehughes124.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a hum - your own personal soundscape. Fade out the world and focus in."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hum Personal Sounscapes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}