Dark Motivation

Replace the new tab page with Dark Motivation

What is Dark Motivation?

Dark Motivation is a Chrome extension developed by calebboyd, and its main feature is "Replace the new tab page with Dark Motivation".

Extension Screenshots

screenshot

Download Dark Motivation Extension CRX File

Download Dark Motivation 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

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

Based on the popular light variant: "Motivation"                    

Extension Basic Information

Name Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
Official URL https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Description Replace the new tab page with Dark Motivation
File Size 96.48 KB
Installation Count 1,391
Current Version 1.0
Last Updated 2018-03-10
Publish Date 2018-03-09
Rating 5.00/5 Total 4 Ratings
Developer calebboyd
Payment Type free
Supported Languages 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"
}