Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

Cos'è Daily Motivation - Death Countdown?

Daily Motivation - Death Countdown è un'estensione di Chrome sviluppata da OurForest, e la sua funzione principale è "Get motivated daily by remembering your death is coming".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Daily Motivation - Death Countdown

Scarica i file di estensione Daily Motivation - Death Countdown 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
URL Ufficiale https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
Descrizione Get motivated daily by remembering your death is coming
Dimensione del File 158 KB
Conteggio Installazioni 26
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-03-21
Data di Pubblicazione 2021-03-21
Sviluppatore OurForest
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
Lingue Supportate 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": []
        }
    ]
}