Dark Mode for Chrome

Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.

What is Dark Mode for Chrome?

Dark Mode for Chrome is a Chrome extension developed by mousedarck, and its main feature is "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.".

Extension Screenshots

screenshot
screenshot

Download Dark Mode for Chrome Extension CRX File

Download Dark Mode for Chrome 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

                        Dark Theme for Chrome is a convenient and stylish extension for Google Chrome browser that allows the user to enjoy a unique dark mode of web surfing. The app is designed to meet the needs of users who prefer a dark color scheme for working or viewing content at night. Whether you want to reduce eye strain or just give your browser a more modern look, Dark Theme will help make your online experience more enjoyable.

Main functions:

1. Dark Color Theme:Dark Theme transforms Chrome's standard light interface into an elegant dark color scheme. This reduces screen brightness and helps reduce eye strain in low light conditions.

2. Custom Settings:The app provides flexible settings that allow users to customize dark colors, backgrounds and fonts to suit their preferences. You can choose from several theme options or create your own unique combination.

3. Auto Power On: Dark Theme can automatically turn on at night or depending on the user's schedule. This saves time on manual configuration and improves usability.

4. Smart Detection: The extension can automatically detect when dark mode is most needed, such as when watching a YouTube video or while reading long articles, and turn on the dark theme automatically.

5. Minimum performance impact: Dark Theme is designed with performance optimizations in mind to minimize the negative impact on browser speed. The extension has low resource consumption and will not slow down Chrome.

6. Regular updates and support: Dark Theme for Chrome will be updated regularly to meet the latest Chrome requirements and add new features. Users can count on support and fast response to feedback.

How to start using:

1. Open the Google Chrome browser.
2. Go to the Chrome Web Store.
3. Type "Dark Theme" into the search bar.
4. Click "Install" next to the Dark Theme extension.
5. After installing the Dark Theme extension, open a new tab or restart your browser.
6. Now you can enjoy a nice dark interface while browsing the web.

Dark Theme for Chrome is an easy way to make your web surfing experience more comfortable and enjoyable, and give your browser a more modern and stylish look.                    

Extension Basic Information

Name Dark Mode for Chrome Dark Mode for Chrome
ID lojpifiihcmbngjbhpmggclejpeofoil
Official URL https://chromewebstore.google.com/detail/dark-mode-for-chrome/lojpifiihcmbngjbhpmggclejpeofoil
Description Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
File Size 256 KB
Installation Count 813
Current Version 0.1.0
Last Updated 2023-07-23
Publish Date 2023-07-23
Rating 4.75/5 Total 8 Ratings
Developer mousedarck
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,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,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "0.1.0",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "alarms"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Dark Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "data\/content_script\/custom\/*",
                "data\/content_script\/general\/*",
                "data\/content_script\/page_context\/mainContentScript.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "css": [
                "data\/content_script\/mainContentScript.css"
            ],
            "js": [
                "data\/rules\/rules.js",
                "data\/content_script\/mainContentScript.js",
                "data\/content_script\/vendor\/tinycolor.js",
                "data\/content_script\/resources\/native.js"
            ]
        }
    ]
}