Super Dark Mode

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

Co to jest Super Dark Mode?

Super Dark Mode to rozszerzenie Chrome opracowane przez arturito.roman114, a jego główną funkcją jest „Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Super Dark Mode

Pobierz pliki rozszerzeń Super 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

                        The Super Dark Mode extension can darken almost all websites, as well as local files opened by Chrome, such as PDFs. From now on, your eyes can be relaxed when browsing the web on the screen at night.

🔔 There are two web pages that the Super Dark Mode cannot darken:
+ The new tab: you need to install a dark theme for Chrome to make it dark. Take it from here: https://chrome.google.com/webstore/category/collection/chrome_color_themes
+ The Chrome store: Google does not allow access to the Chrome store site to change the theme.


💡 HOW TO USE SDM:
1. Turn on/off the dark mode manually:
+ After installing the Super Dark Mode, you need to reload all opened sites.
+ Click on the extension icon to turn on/off the dark mode or use shortcut: Ctrl+Q (Windows, Linux, Chromebook), CMD+Q (Mac).

2. Automatic schedule:
+ Right click on the extension icon.
+ Choose "Options".
+ Navigate to "Automatic Schedule", and Enable "Auto ON/OFF" in the section 1.

3. Exclude/Include a site from the dark mode:
+ Right click on the site.
+ Choose "Super Dark Mode" > "Disable/Enable Super Dark Mode for this site" or press Ctrl+Shift+E (Windows, Linux, Chromebook), CMD+Shift+E (Mac).

4. Customize colors for websites:
- On the option page, navigate to "General Dark Themes", choose "Modern Dark Theme".
- Change all colors you want.

5. Reduce brightness/contrast: on the option page, navigate to "Advanced settings", and adjust the value bar.

6. Custom the Global CSS: 
+ On the option page, navigate to "Custom CSS", and write CSS rules.
+ Hit the "Save and Apply" button.

7. Add the pattern to the background: On the option page, navigate to "Advanced Settings", and Check on "Enable Pattern".

===============
Version 5.0.3.4: fix bugs and performance improvement.
Version 5.0.2.8: exclude Reddit and VirusTotal from SDM because they have native Dark Mode.
Version 5.0.2.1: update for Trello and Reuters
Version 5.0.1.9: improve performance.
Version 5.0.1.5: update for TikTok
Version 5.0.1.2: auto turn on/off the dark mode by the system theme.
Version 5.0.0.0: change the interface of the option page.
Version 4.1.2.3: update for Vocabulary.com
Version 4.1.0.4: remove default shortcut (Ctrl+Shift+S), and let user set it manually in the options page.
Version 4.0.8.3: update for Tumblr.
Version 4.0.1.7: add shortcuts Ctrl+B, Ctrl+Q, add the pattern, adjust the brightness/contrast.
Version 4.0.0.4: fix bug for auto-schedule.
Version 4.0.0.0: set auto-mode to turn on/off the dark mode.
Version 3.0.2.5: fix bugs for GMail.
Version 3.0.2.4: frequent update for maintenance.
Version 3.0.2.1: update for whatsapp
Version 3.0.1.9: frequent update for maintenance.
Version 3.0.0.: add new modern dark theme with material design and let users customize color schemes of the theme.
Version 2.6.1.2: fix bugs for Xbox.com
Version 2.6.1.1: fix bugs for instagram, google docs (dark mode for viewing and low contrast for editing), youtube.
Version 2.6.0.0: Exclude/Include super dark mode for specific site from context menu.
Version 2.5.4.0: update for ResearchGate.net
Version 2.5.2.0: update for Reddit.
Version 2.5.0.3: add help in option panel, improve YouTube dark mode.
Version 2.5.0.0: add multiple languages to description.
Version 2.4.0.8: reduce extension size.
Version 2.4.0.6: change option style and add "how to use" at the first installation.
Version 2.4.0.5: improve performance and fix bugs.
Version 2.4.0.2: update for SoundCloud.
===============
We hope you enjoy it!                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Dark Mode Super Dark Mode
ID nlgphodeccebbcnkgmokeegopgpnjfkc
Oficjalny URL https://chromewebstore.google.com/detail/super-dark-mode/nlgphodeccebbcnkgmokeegopgpnjfkc
Opis Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
Rozmiar pliku 306 KB
Liczba instalacji 417,887
Aktualna Wersja 5.0.5.2
Ostatnia Aktualizacja 2024-01-16
Data Publikacji 2020-07-04
Ocena 4.64/5 Łącznie 7322 Oceny
Deweloper arturito.roman114
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/view/crx/sdm
Adres URL Strony Pomocy https://sites.google.com/view/crx/sdm
Obsługiwane Języki 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.5.2",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "permissions": [
        "storage",
        "",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "data\/content_script\/*.css"
    ],
    "options_page": "data\/options\/options.html",
    "browser_action": {
        "default_title": "Dark Mode",
        "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"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.virustotal.com\/*",
                "https:\/\/*.blizzard.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/on\/16.png",
        "32": "data\/icons\/on\/32.png",
        "48": "data\/icons\/on\/48.png",
        "64": "data\/icons\/on\/64.png",
        "128": "data\/icons\/on\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}