NimbusMind: Meditation, Relax, and Calm

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

Cos'è NimbusMind: Meditation, Relax, and Calm?

NimbusMind: Meditation, Relax, and Calm è un'estensione di Chrome sviluppata da https://nimbusmind.com, e la sua funzione principale è "Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NimbusMind: Meditation, Relax, and Calm

Scarica i file di estensione NimbusMind: Meditation, Relax, and Calm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NimbusMind: Meditation, Relax, and Calm NimbusMind: Meditation, Relax, and Calm
ID accebjobnljiehcaocahignlanfnfkcc
URL Ufficiale https://chromewebstore.google.com/detail/nimbusmind-meditation-rel/accebjobnljiehcaocahignlanfnfkcc
Descrizione Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.
Dimensione del File 34.93 MB
Conteggio Installazioni 11,819
Versione Corrente 2.6.0
Ultimo Aggiornamento 2023-12-14
Data di Pubblicazione 2018-11-24
Valutazione 4.33/5 Totale 57 Valutazioni
Sviluppatore https://nimbusmind.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nimbusmind.com/
URL della Pagina della Politica sulla Privacy https://everhelper.pro/privacy.php
Lingue Supportate 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"
}