Dark Motivation

Replace the new tab page with Dark Motivation

Cos'è Dark Motivation?

Dark Motivation è un'estensione di Chrome sviluppata da calebboyd, e la sua funzione principale è "Replace the new tab page with Dark Motivation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dark Motivation

Scarica i file di estensione Dark Motivation 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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

Informazioni di Base sull'Estensione

Nome Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
URL Ufficiale https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Descrizione Replace the new tab page with Dark Motivation
Dimensione del File 96.48 KB
Conteggio Installazioni 1,391
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-10
Data di Pubblicazione 2018-03-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore calebboyd
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}