Super Dark Mode

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

Super Dark Mode란 무엇입니까?

Super Dark Mode은(는) arturito.roman114에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Super Dark Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Super Dark Mode Super Dark Mode
ID nlgphodeccebbcnkgmokeegopgpnjfkc
공식 URL https://chromewebstore.google.com/detail/super-dark-mode/nlgphodeccebbcnkgmokeegopgpnjfkc
설명 Switch all websites to dark mode. You can darken all sites and also customize colors for the sites you want.
파일 크기 306 KB
설치 횟수 417,887
현재 버전 5.0.5.2
최근 업데이트 2024-01-16
출시 날짜 2020-07-04
평점 4.64/5 총 7322 개의 평점
개발자 arturito.roman114
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/crx/sdm
도움말 페이지 URL https://sites.google.com/view/crx/sdm
지원되는 언어 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'"
}