NimbusMind: Meditation, Relax, and Calm

Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.

What is NimbusMind: Meditation, Relax, and Calm?

NimbusMind: Meditation, Relax, and Calm is a Chrome extension developed by https://nimbusmind.com, and its main feature is "Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NimbusMind: Meditation, Relax, and Calm Extension CRX File

Download NimbusMind: Meditation, Relax, and Calm 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

                        NimbusMind is your personal meditation helper. It's an easy and convenient way to learn meditation and stay mindful throughout the day.

NimbusMind is the perfect meditation app for beginners, but it also includes many programs for the intermediate and advanced user.

Guided sessions are available in several lengths, including 3, 5, 10, 20, 30, or 40-minute sessions. The sessions are conveniently designed so you can choose according to how much time you have available. Besides single sessions, NimbusMind has multi-session programs for the most important aspects of your life:

• Focus
• Sleep
• Anxiety
• Happiness
• And many more

All of our programs are designed to be simple and effective. NimbusMind also has extra features to enhance your meditation practice and make sessions more fun:

• Ambient background sounds
(Fire, River, Ocean, Cat Purr, Rain, Forest, and more)

• Video themes
(Relaxing videos that help with visualization)

• Background music
(Focus, Meditation, Sleep, and more)


★★ For iPhone and iPad ★★
https://itunes.apple.com/app/nimbusmind-mindfulness-app/id1278663918

★★ For Android ★★
https://play.google.com/store/apps/details?id=co.nimbusweb.mind

Terms & Policy
https://nimbusmind.com/terms                    

Extension Basic Information

Name NimbusMind: Meditation, Relax, and Calm NimbusMind: Meditation, Relax, and Calm
ID accebjobnljiehcaocahignlanfnfkcc
Official URL https://chromewebstore.google.com/detail/nimbusmind-meditation-rel/accebjobnljiehcaocahignlanfnfkcc
Description Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.
File Size 34.93 MB
Installation Count 11,819
Current Version 2.6.0
Last Updated 2023-12-14
Publish Date 2018-11-24
Rating 4.33/5 Total 57 Ratings
Developer https://nimbusmind.com
Email [email protected]
Payment Type free
Extension Website https://nimbusmind.com/
Privacy Policy Page URL https://everhelper.pro/privacy.php
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_appShort__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.6.0",
    "background": {
        "service_worker": "pages\/backend\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "pages\/options\/options.html",
    "permissions": [
        "management",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/mind\/meditation.html"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "128": "img\/icon\/icon.png",
        "16": "img\/icon\/icon.png",
        "24": "img\/icon\/icon.png",
        "32": "img\/icon\/icon.png",
        "48": "img\/icon\/icon.png",
        "64": "img\/icon\/icon.png",
        "96": "img\/icon\/icon.png",
        "19": "img\/icon\/icon.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "\/pages\/common\/mind\/img\/assets\/icon.png",
        "default_title": "Nimbus Mind"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo",
            "global": false
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApB8LMOHhkAQaXsIokkG3ZBjQIKz40Rs+JDd0My7\/UwopjsDdc5pdyT7cKHL7U9mdBfHBLBJV+\/K8zArzQGufRO9sX\/dSMmKet6gG2TyVOrc0facrTVl9n2jilIcaaEb2aN5UMVtnd+ymZxwUBcEVugM81ou3DbpvvaIqgGTq53zjO\/MzCyTG73D\/0VIMXRWf2iSoH0EskolpabAapALqTJ4vwDetdCdOdcyTV1Od87OyOSs2DQnjkSosUUIbmYyY\/Psd4Qfg3b\/P8e4rUoaUROXl+nJ6PAQ\/9cvHCPUhkEgfC+p3+7XwSFIdrMeun2EzdBEySY\/y7exGUkzwTC8sNwIDAQAB"
}