Dark Mode - Midnight Chrome

Universal Dark Mode: Optimize eye comfort for day and night web browsing with our user-friendly dark theme for all websites.

Dark Mode - Midnight Chrome란 무엇입니까?

Dark Mode - Midnight Chrome은(는) https://midnightmode.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Universal Dark Mode: Optimize eye comfort for day and night web browsing with our user-friendly dark theme for all websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dark Mode - Midnight Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dark Mode - Midnight Chrome: A Night-Time Companion for Your Browsing Experience 

Transform your browsing experience with Dark Mode - Midnight Chrome, the ultimate Chrome extension designed for comfortable and eye-friendly internet usage at any hour.*

Key Features and Benefits:

1. Universal Dark Mode: Instantly apply a sleek, dark theme across all your favorite platforms, including YouTube, Facebook, and more, ensuring a consistent and strain-free viewing experience.

2. Reading Night Shift Mode: Automatically adjusts your screen to warmer tones during night-time, reducing blue light exposure and aiding in better sleep quality.

3. Collaborative Browsing Support: Enhance group work or shared screen experiences with an interface that's easy on everyone's eyes, ideal for late-night study sessions or team projects.

4. Customizable Viewing: Tailor your browsing experience with adjustable brightness, contrast, grayscale, and color temperature settings, providing personalized comfort and accessibility.

5. Enhanced Contrast for Accessibility: Specialized contrast settings to aid users with visual impairments, ensuring the web is accessible and enjoyable for everyone.

6. Free to Use: Enjoy all these premium features at no cost, making it an ideal choice for students, professionals, and casual users alike.

7. Multi-Language Support: Catering to a global audience, ensuring a user-friendly experience for diverse users.

Easy to Use:

1. Install with a Click: Simply add the "Dark Mode - Midnight Chrome" extension to your Chrome browser from the Chrome Web Store.
2. One-Touch Activation: Enable dark mode across all sites with just one click.
3. Customize Your Experience: Access the extension's menu to adjust brightness, contrast, and more to fit your viewing preferences.
4. Enjoy Collaborative and Individual Browsing: Whether it's for personal use or while collaborating, the extension adapts to your needs.

Why Choose Dark Mode - Midnight Chrome?

- Eye Comfort: Reduces eye strain, particularly during night-time browsing.
- Enhanced Readability: Improves text clarity and reduces glare.
- Energy Efficient: Can lead to reduced screen power consumption.
- User-Friendly: Intuitive design for ease of use and customization.

With "Dark Mode - Midnight Chrome," night-time browsing is no longer a strain on your eyes. Whether you're a night owl, a professional working late, or someone who enjoys a customizable browsing experience, this extension is your go-to solution for a more comfortable and personalized internet experience.                    

확장 프로그램 기본 정보

이름 Dark Mode - Midnight Chrome Dark Mode - Midnight Chrome
ID pidmkmoocippkppbgebgjhnmgkhephlb
공식 URL https://chromewebstore.google.com/detail/dark-mode-midnight-chrome/pidmkmoocippkppbgebgjhnmgkhephlb
설명 Universal Dark Mode: Optimize eye comfort for day and night web browsing with our user-friendly dark theme for all websites.
파일 크기 251 KB
설치 횟수 1,108
현재 버전 1.2
최근 업데이트 2023-11-29
출시 날짜 2022-01-20
평점 4.31/5 총 13 개의 평점
개발자 https://midnightmode.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://midnightmode.net/privacy_policy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.2",
    "description": "__MSG_extDescription__",
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_icon": {
            "38": "img\/icon_active_38.png",
            "19": "img\/icon_active_19.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "activeTab"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Extension On\/Off"
        },
        "darkModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Dark Mode On\/Off"
        },
        "nightModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "windows": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Night Shift On\/Off"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Toggle current site"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/*\/*"
    ]
}