Mindfulness: Drag you back into here and now

A bell will ring every 15 minutes or randomly just to drag you back into here and now

What is Mindfulness: Drag you back into here and now?

Mindfulness: Drag you back into here and now is a Chrome extension developed by tqtifnypmb, and its main feature is "A bell will ring every 15 minutes or randomly just to drag you back into here and now".

Extension Screenshots

screenshot
screenshot

Download Mindfulness: Drag you back into here and now Extension CRX File

Download Mindfulness: Drag you back into here and now 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

                        Mindfulness: Drag you back into here and now

While you're using you computer, a bell will ring every 15 minutes or in random interval just to drag you back into here and now.

Mindfulness can also block some distracted sites for you                    

Extension Basic Information

Name Mindfulness: Drag you back into here and now Mindfulness: Drag you back into here and now
ID aopdhjpgkecddgikmahfemkopadamhhd
Official URL https://chromewebstore.google.com/detail/mindfulness-drag-you-back/aopdhjpgkecddgikmahfemkopadamhhd
Description A bell will ring every 15 minutes or randomly just to drag you back into here and now
File Size 265 KB
Installation Count 22
Current Version 1.0.7
Last Updated 2020-12-08
Publish Date 2020-12-06
Developer tqtifnypmb
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.twitter.com\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.youtube.com\/",
        "https:\/\/*.reddit.com\/"
    ],
    "browser_action": {
        "default_title": "Mindful",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "block.css"
            ],
            "js": [
                "block.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/icon_128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}