Smart Dark Mode

Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.

Cos'è Smart Dark Mode?

Smart Dark Mode è un'estensione di Chrome sviluppata da ndaesik, e la sua funzione principale è "Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Smart Dark Mode

Scarica i file di estensione Smart 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

                        - All elements are displayed normally.
- The script is light.
- Dark pages do not convert.
- Easy to add/remove filters.                    

Informazioni di Base sull'Estensione

Nome Smart Dark Mode Smart Dark Mode
ID mpdjakileikddgilaegaijhmfhendcji
URL Ufficiale https://chromewebstore.google.com/detail/smart-dark-mode/mpdjakileikddgilaegaijhmfhendcji
Descrizione Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.
Dimensione del File 41.16 KB
Conteggio Installazioni 226
Versione Corrente 1
Ultimo Aggiornamento 2022-05-31
Data di Pubblicazione 2022-05-31
Sviluppatore ndaesik
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,de,en,fr,nl,vi,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,sk,cs,sr,ru,uk,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "content_scripts\/css.css"
            ],
            "js": [
                "content_scripts\/script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}