Dark Mode - Dark Reader extension for Chrome

Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.

¿Qué es Dark Mode - Dark Reader extension for Chrome?

Dark Mode - Dark Reader extension for Chrome es una extensión de Chrome desarrollada por https://darkreaderpro.com, y su función principal es "Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

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

Descarga archivos de extensión Dark Mode - Dark Reader extension 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 Mode - Dark Reader extension for Chrome adds a dark theme to all websites. It's great for people who work at night and for those who read online news or books.

Turn on dark mode for all websites in your browser and choose which sites you want to keep in their regular appearance. You can also design your own theme with any color you prefer for a personalized touch.

What benefits does the Dark Mode extension offer:
- You can manually switch the dark mode on/off by clicking the extension icon.
- You have the option to exclude/include specific sites from the dark mode by selecting "Dark Mode" > "Disable/Enable for this site."
- You're able to personalize website colors to your liking.
- There's an automatic scheduling feature - you can enable "Auto ON/OFF" in the designated section.
- No more needs to open settings one by one for different websites - just one app brings black theme across the whole net. 

We're excited to announce the availability of the Option page! Here are some helpful features:
- Exclude specific sites: Enter the correct web address to prevent the black theme from being applied to that page.
- Exclude entire domains: Optionally add domains that you want to keep in their regular theme.
- Customize your theme: Create a theme that suits your style. You can save, rename, and apply it whenever you like.

Introducing Night Shift:
Turn on Night Shift mode to change the typical bright screen light to a warmer tone, which helps protect your eyes. You can easily activate and deactivate this feature with just one click whenever you require it.

The Night Shift and Dark Reader extension automatically adjusts the colors of your browser's content to the warmer side of the color spectrum once it becomes dark. 

This extension, designed for eye care, activates night mode by generating instant dark themes for websites. Dark Reader reverses bright colors, enhancing contrast and ensuring comfortable nighttime reading. The extension applies a dark theme to all websites, catering to individuals who work at night and those who enjoy reading online news or books in a darker setting.

Please don't hesitate to ask questions or share your thoughts about the extension. Your feedback is very important for us!                    

Información Básica de la Extensión

Nombre Dark Mode - Dark Reader extension for Chrome Dark Mode - Dark Reader extension for Chrome
ID olmocljkpcidkoedpmebmbkjmjlhaoll
URL Oficial https://chromewebstore.google.com/detail/dark-mode-dark-reader-ext/olmocljkpcidkoedpmebmbkjmjlhaoll
Descripción Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.
Tamaño del Archivo 334 KB
Cantidad de Instalaciones 40
Versión Actual 1.0.1
Última Actualización 2023-08-28
Fecha de Publicación 2023-08-28
Desarrollador https://darkreaderpro.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://darkreaderpro.com
URL de la Página de Ayuda https://darkreaderpro.com/support
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_popup": "options\/index.html"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/satus.js",
                "js\/content-scripts\/core.js",
                "js\/content-scripts\/custom-css.js",
                "js\/content-scripts\/dynamic-theme.js",
                "js\/content-scripts\/filters.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "offline_enabled": true
}