Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

What is Daily Motivation - Death Countdown?

Daily Motivation - Death Countdown is a Chrome extension developed by OurForest, and its main feature is "Get motivated daily by remembering your death is coming".

Extension Screenshots

screenshot

Download Daily Motivation - Death Countdown Extension CRX File

Download Daily Motivation - Death Countdown 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

                        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.                    

Extension Basic Information

Name Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
Official URL https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
Description Get motivated daily by remembering your death is coming
File Size 158 KB
Installation Count 26
Current Version 0.1.0
Last Updated 2021-03-21
Publish Date 2021-03-21
Developer OurForest
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
Supported Languages 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": []
        }
    ]
}