Super Dark Mode

Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.

Wat is Super Dark Mode?

Super Dark Mode is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Super Dark Mode

Download Super 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

                        Start full dark mode background                    

Basisinformatie over de Extensie

Naam Super Dark Mode Super Dark Mode
ID bkmemecbbfhmgcmfhkjlmdkodfbfponb
Officiële URL https://chromewebstore.google.com/detail/super-dark-mode/bkmemecbbfhmgcmfhkjlmdkodfbfponb
Beschrijving Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
Bestandsgrootte 304 KB
Aantal Installaties 29
Huidige Versie 5.0.0.7
Laatst Bijgewerkt 2021-10-30
Publicatiedatum 2021-10-30
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/on\/16.png",
            "32": "data\/icons\/on\/32.png",
            "48": "data\/icons\/on\/48.png",
            "64": "data\/icons\/on\/64.png"
        },
        "default_title": "Start Dark Mode"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "data\/icons\/on\/128.png",
        "16": "data\/icons\/on\/16.png",
        "32": "data\/icons\/on\/32.png",
        "48": "data\/icons\/on\/48.png",
        "64": "data\/icons\/on\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "data\/options\/options.html",
    "permissions": [
        "storage",
        "",
        "contextMenus",
        "cookies"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.0.7",
    "web_accessible_resources": [
        "data\/content_script\/*.css"
    ]
}