Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

Qu'est-ce que Daily Motivation - Death Countdown ?

Daily Motivation - Death Countdown est une extension Chrome développée par OurForest, et sa fonction principale est "Get motivated daily by remembering your death is coming".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Daily Motivation - Death Countdown

Téléchargez les fichiers d'extension Daily Motivation - Death Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
URL Officiel https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
Description Get motivated daily by remembering your death is coming
Taille du Fichier 158 KB
Nombre d'Installations 26
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-03-21
Date de Publication 2021-03-21
Développeur OurForest
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
Langues Prises en Charge 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": []
        }
    ]
}