Dark Mode for Chrome

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

¿Qué es Dark Mode for Chrome?

Dark Mode for Chrome es una extensión de Chrome desarrollada por mousedarck, y su función principal es "Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Dark Mode for Chrome

Descarga archivos de extensión Dark Mode for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Dark Mode for Chrome Dark Mode for Chrome
ID lojpifiihcmbngjbhpmggclejpeofoil
URL Oficial https://chromewebstore.google.com/detail/dark-mode-for-chrome/lojpifiihcmbngjbhpmggclejpeofoil
Descripción Click the icon to enable Dark Mode For Chrome. Dark theme with a single move.
Tamaño del Archivo 256 KB
Cantidad de Instalaciones 813
Versión Actual 0.1.0
Última Actualización 2023-07-23
Fecha de Publicación 2023-07-23
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador mousedarck
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}