Meditate - Meditation anywhere

Meditate is a meditation timer that helps you meditate anywhere. It's simple, beautiful and easy to use.

What is Meditate - Meditation anywhere?

Meditate - Meditation anywhere is a Chrome extension developed by https://rendom.net, and its main feature is "Meditate is a meditation timer that helps you meditate anywhere. It's simple, beautiful and easy to use.".

Extension Screenshots

screenshot
screenshot

Download Meditate - Meditation anywhere Extension CRX File

Download Meditate - Meditation anywhere 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

                        Meditation has been practiced for centuries as a way to calm the mind and cultivate inner peace. In recent years, the benefits of meditation have been widely recognized by scientists and researchers, who have found that regular meditation can improve focus, reduce stress, and promote overall well-being.

However, many people struggle to incorporate meditation into their busy lives. That's where Meditate comes in. This free browser extension offers a convenient and accessible way to practice meditation and mindfulness right from your computer.

🧘‍♀️🧘‍♂️ Guided Meditations

Meditate offers a variety of guided meditations to suit your needs and preferences. Whether you're looking to reduce stress, improve focus, or cultivate compassion and kindness, you'll find a range of meditations to choose from. Each meditation is led by an experienced teacher, providing guidance and support throughout your practice.

🎧 Ambient Sounds

Meditation can be a deeply immersive experience, and ambient sounds can help to create a peaceful and relaxing environment. With Meditate, you can choose from a variety of ambient sounds to enhance your meditation practice. From the sound of ocean waves to the chirping of birds, there's a sound to suit every mood and preference.

🌅 Background Images

In addition to ambient sounds, Meditate also offers a variety of background images to help create a calming and peaceful environment. From serene landscapes to abstract patterns, there's an image to suit every taste and style. You can even choose to display a different image each time you meditate, creating a fresh and inspiring experience every time.                    

Extension Basic Information

Name Meditate - Meditation anywhere Meditate - Meditation anywhere
ID andfohanhajengikbobaoblbdkmlkicp
Official URL https://chromewebstore.google.com/detail/meditate-meditation-anywh/andfohanhajengikbobaoblbdkmlkicp
Description Meditate is a meditation timer that helps you meditate anywhere. It's simple, beautiful and easy to use.
File Size 4.76 MB
Installation Count 169
Current Version 2.3.8
Last Updated 2023-04-19
Publish Date 2023-04-19
Rating 5.00/5 Total 1 Ratings
Developer https://rendom.net
Email [email protected]
Payment Type free
Extension Website https://rendom.net
Help Page URL https://rendom.net
Privacy Policy Page URL https://rendom.net/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appDesc__",
    "description": "__MSG_appDesc__",
    "version": "2.3.8",
    "manifest_version": 3,
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon_128.png",
        "32": "images\/icon_128.png",
        "48": "images\/icon_128.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon_128.png",
            "24": "images\/icon_128.png",
            "32": "images\/icon_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "components_*.*",
                "images\/*",
                "fonts\/Rubik.ttf",
                "_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "unlimitedStorage"
    ],
    "optional_permissions": []
}