Dark by Default

Makes every page dark by default

What is Dark by Default?

Dark by Default is a Chrome extension developed by Oliver Salzburg, and its main feature is "Makes every page dark by default".

Extension Screenshots

Download Dark by Default Extension CRX File

Download Dark by Default 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

                        Temporarily makes any new page background black until the page is loaded.                    

Extension Basic Information

Name Dark by Default Dark by Default
ID fjdgnklblnkfodhliojchndbhjomcnfh
Official URL https://chrome.google.com/webstore/detail/dark-by-default/fjdgnklblnkfodhliojchndbhjomcnfh
Description Makes every page dark by default
File Size 3.38 KB
Installation Count 206
Current Version 0.4
Last Updated 2016-11-08
Publish Date 2016-11-08
Rating 2.40/5 Total 20 Ratings
Developer Oliver Salzburg
Extension Website https://github.com/oliversalzburg/dbd
Help Page URL https://github.com/oliversalzburg/dbd/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark by Default",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Makes every page dark by default",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "dbd.user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}