Dark Mode

With this extension you can enable dark mode on popular websites

Wat is Dark Mode?

Dark Mode is een Chrome-extensie ontwikkeld door aleksei.dromov, en de belangrijkste functie is "With this extension you can enable dark mode on popular websites".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dark Mode

Download Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        If you want to have amazing reliable Dark mode chrome extension, then you should definitely check out our Dark forest extension. The best feature of the app is that you don`t need to install multiple dark mode extension for every popular website, because all of them are here in one extension. You can also add a website to a so called ‘black list’ to have a default design. Dark forest extension has Night shift mode that allows you to enable yellow tint and help your eyes at the nighttime. 
Help us to improve the extension and leave your comment or request.                    

Basisinformatie over de Extensie

Naam Dark Mode Dark Mode
ID ankbokadcmpmcfndgompccmfcigkhpmp
Officiële URL https://chrome.google.com/webstore/detail/dark-mode/ankbokadcmpmcfndgompccmfcigkhpmp
Beschrijving With this extension you can enable dark mode on popular websites
Bestandsgrootte 584 KB
Aantal Installaties 10,000
Huidige Versie 1.6
Laatst Bijgewerkt 2021-11-11
Publicatiedatum 2020-12-12
Beoordeling 2.94/5 Totaal 36 Beoordelingen
Ontwikkelaar aleksei.dromov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "media\/img\/favicon-128.png",
        "48": "media\/img\/favicon-48.png",
        "16": "media\/img\/favicon-16.png"
    },
    "version": "1.6",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "media\/img\/favicon-128.png"
    },
    "background": {
        "scripts": [
            "background\/init.js",
            "js\/chrome.js",
            "js\/context.js",
            "bkg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "vendor\/jquery.js",
                "js\/blue_eyes.js",
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/media\/**\/*.css"
    ]
}