Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

Daily Motivation - Death Countdown क्या है?

Daily Motivation - Death Countdown OurForest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get motivated daily by remembering your death is coming"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Motivation - Death Countdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
आधिकारिक URL https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
विवरण Get motivated daily by remembering your death is coming
फ़ाइल का आकार 158 KB
स्थापना संख्या 26
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-03-21
प्रकाशन तिथि 2021-03-21
डेवलपर OurForest
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
समर्थित भाषाएँ 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": []
        }
    ]
}