Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

Was ist Daily Motivation - Death Countdown?

Daily Motivation - Death Countdown ist eine Chrome-Erweiterung, die von OurForest entwickelt wurde, und ihr Hauptmerkmal ist "Get motivated daily by remembering your death is coming".

Erweiterungsscreenshots

screenshot

Daily Motivation - Death Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily Motivation - Death Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps you get motivated to do your tasks and fight procrastination. Time is short, but still sometimes we forget about this.

Remember your estimated death countdown every time you open a new tab. Use this countdown as energy and be as productive as you never were.                    

Grundlegende Informationen zur Erweiterung

Name Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
Offizielle URL https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
Beschreibung Get motivated daily by remembering your death is coming
Dateigröße 158 KB
Installationsanzahl 26
Aktuelle Version 0.1.0
Letztes Update 2021-03-21
Veröffentlichungsdatum 2021-03-21
Entwickler OurForest
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get motivated daily by remembering your death is coming",
    "version": "0.1.0",
    "manifest_version": 3,
    "name": "Daily Motivation - Death Countdown",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}