NimbusMind: Meditation, Relax, and Calm

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

Qu'est-ce que NimbusMind: Meditation, Relax, and Calm ?

NimbusMind: Meditation, Relax, and Calm est une extension Chrome développée par https://nimbusmind.com, et sa fonction principale est "Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NimbusMind: Meditation, Relax, and Calm

Téléchargez les fichiers d'extension NimbusMind: Meditation, Relax, and Calm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NimbusMind: Meditation, Relax, and Calm NimbusMind: Meditation, Relax, and Calm
ID accebjobnljiehcaocahignlanfnfkcc
URL Officiel https://chromewebstore.google.com/detail/nimbusmind-meditation-rel/accebjobnljiehcaocahignlanfnfkcc
Description Learn how to meditate, mindfulness, stress less. Nature sounds, live wallpapers and more.
Taille du Fichier 34.93 MB
Nombre d'Installations 11,819
Version Actuelle 2.6.0
Dernière Mise à Jour 2023-12-14
Date de Publication 2018-11-24
Évaluation 4.33/5 Total 57 Évaluations
Développeur https://nimbusmind.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nimbusmind.com/
URL de la Page de Politique de Confidentialité https://everhelper.pro/privacy.php
Langues Prises en Charge 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"
}