Super Dark Mode

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

Cos'è Super Dark Mode?

Super Dark Mode è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Super Dark Mode

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

                        Start full dark mode background                    

Informazioni di Base sull'Estensione

Nome Super Dark Mode Super Dark Mode
ID bkmemecbbfhmgcmfhkjlmdkodfbfponb
URL Ufficiale https://chromewebstore.google.com/detail/super-dark-mode/bkmemecbbfhmgcmfhkjlmdkodfbfponb
Descrizione Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
Dimensione del File 304 KB
Conteggio Installazioni 29
Versione Corrente 5.0.0.7
Ultimo Aggiornamento 2021-10-30
Data di Pubblicazione 2021-10-30
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}