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

Cos'è Mindfulness: Drag you back into here and now?

Mindfulness: Drag you back into here and now è un'estensione di Chrome sviluppata da tqtifnypmb, e la sua funzione principale è "A bell will ring every 15 minutes or randomly just to drag you back into here and now".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mindfulness: Drag you back into here and now

Scarica i file di estensione Mindfulness: Drag you back into here and now 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

                        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                    

Informazioni di Base sull'Estensione

Nome Mindfulness: Drag you back into here and now Mindfulness: Drag you back into here and now
ID aopdhjpgkecddgikmahfemkopadamhhd
URL Ufficiale https://chromewebstore.google.com/detail/mindfulness-drag-you-back/aopdhjpgkecddgikmahfemkopadamhhd
Descrizione A bell will ring every 15 minutes or randomly just to drag you back into here and now
Dimensione del File 265 KB
Conteggio Installazioni 22
Versione Corrente 1.0.7
Ultimo Aggiornamento 2020-12-08
Data di Pubblicazione 2020-12-06
Sviluppatore tqtifnypmb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}