Night Mode for All Web

Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.

What is Night Mode for All Web?

Night Mode for All Web is a Chrome extension developed by carlosjhein, and its main feature is "Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Night Mode for All Web Extension CRX File

Download Night Mode for All Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Take care of your eyes around the clock by utilizing dark mode or adjusting screen brightness to a protective eye-friendly color.

🌙 The Night Shift extension not only activates night mode on nearly all websites but also grants you control over the built-in dark themes on those that support it.

For websites lacking a built-in night theme, such as Gmail, Google Docs, Office Online, Github, and countless others, our extension seamlessly converts colors for a smooth transition to dark mode.

Enjoy the flexibility of the white-list feature, allowing you to exclude specific domains from the mode. Simply add desired domains (comma-separated) in the options page to exclude them from the dark mode.

📥 Download the dark mode extension for your web browser now!

🌙 Night Shift
Engage Night Shift mode to transform the typical screen light into a warmer tone, safeguarding your eyes. Easily toggle the tool on and off with a single click as needed.

🌈 The Night Shift and Dark Mode extension automatically adjusts browser content colors to the warmer end of the spectrum after dark.

⚡ Ensure you refresh all tabs opened before installing Dark Mode and Night Shift. Restart Chrome for a quick refresh of all tabs at once. Otherwise, Night Shift will only apply to newly opened tabs.

🎨 This extension introduces a stylish dark theme to Google Docs, making it easier on the eyes and giving it a cooler appearance.

Feel free to ask questions and share your comments. Your feedback is invaluable to our Dark Reader!                    

Extension Basic Information

Name Night Mode for All Web Night Mode for All Web
ID iefadjgldnnpdadmphmaapklchpjhcnj
Official URL https://chromewebstore.google.com/detail/night-mode-for-all-web/iefadjgldnnpdadmphmaapklchpjhcnj
Description Night Mode is a versatile dark theme for websites, ideal for day and night browsing. Easily switch your website to dark mode.
File Size 54.67 KB
Installation Count 1,120,177
Current Version 1.0.3
Last Updated 2024-01-05
Publish Date 2022-11-02
Rating 4.70/5 Total 451 Ratings
Developer carlosjhein
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,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,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.3",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "check.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}