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.

Co to jest Smart Dark Mode?

Smart Dark Mode to rozszerzenie Chrome opracowane przez ndaesik, a jego główną funkcją jest „Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smart Dark Mode

Pobierz pliki rozszerzeń Smart Dark Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Smart Dark Mode Smart Dark Mode
ID mpdjakileikddgilaegaijhmfhendcji
Oficjalny URL https://chromewebstore.google.com/detail/smart-dark-mode/mpdjakileikddgilaegaijhmfhendcji
Opis Does not use heavy codes. It doesn't break the web design. Detects only bright sites and invert them to dark sites.
Rozmiar pliku 41.16 KB
Liczba instalacji 226
Aktualna Wersja 1
Ostatnia Aktualizacja 2022-05-31
Data Publikacji 2022-05-31
Deweloper ndaesik
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}