Dark Theme - Dark Reader for Web

Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.

¿Qué es Dark Theme - Dark Reader for Web?

Dark Theme - Dark Reader for Web es una extensión de Chrome desarrollada por Dark Theme Web, y su función principal es "Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Dark Theme - Dark Reader for Web

Descarga archivos de extensión Dark Theme - Dark Reader for Web 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 - Dark Reader for Web offers a dark theme for all websites, making it ideal for individuals working at night or those who prefer a dark background for online news or book reading.

By applying the dark mode to all websites in your browser, you can create a better experience while browsing. Moreover, you have the option to exclude specific domains from the dark theme to further customize browsing experience.

Additionally, the extension allows you to design your own custom theme using any color of your choice. This way, you can personalize the dark mode according to your preferences.

What benefits does the Dark Mode extension offer?
- You can manually switch the dark mode on or off by clicking on the extension icon.
- You have the option to exclude or include specific sites from the dark mode by accessing "Dark Mode" and selecting "Disable/Enable Dark Mode for this site."
- The extension allows you to customize the colors for websites according to your preferences.
- You can set an automatic schedule for the dark mode to turn on or off by enabling "Auto ON/OFF" in the settings section.

With Dark Theme, social networks, mainstream sites, and all other websites will be seamlessly transformed with dark colors for a unified dark mode experience.

Introducing the new Option page with several useful features:
1. Site exclusion: Enter a correct web address to exclude specific pages from applying the black theme.
2. Page exclusion: Optionally add domains that you don't want the black theme to be applied to.
3. Theme changer: You can now create your own custom theme, save it, rename it, and apply it whenever you like.

Night Shift:
Activate Night Shift mode to change the screen's usual light to a warmer tone, safeguarding your eyes. You can easily toggle the tool on and off with a single click as needed.

Both Night Shift and Dark Reader extensions automatically shift the colors of your browser content to the warmer end of the color spectrum after dark.

Dark Reader:
This eye-care extension enables night mode by generating dark themes for websites on the fly. It inverts bright colors, creating high contrast and easy-to-read content at night. The extension applies a dark theme to all websites, making it perfect for those who work at night or enjoy reading online news or books with a dark background.

Dark Theme for YouTube:
This extension transforms the YouTube theme into a highly customizable dark charcoal/blue theme. Built on top of the default YouTube theme (native dark theme), this Dark Reader extension is lightweight compared to using themes injected by Stylish or Stylus extensions.

We welcome your questions and comments for our extension. Your feedback is highly valued!                    

Información Básica de la Extensión

Nombre Dark Theme - Dark Reader for Web Dark Theme - Dark Reader for Web
ID ljjmnbjaapnggdiibfleeiaookhcodnl
URL Oficial https://chromewebstore.google.com/detail/dark-theme-dark-reader-fo/ljjmnbjaapnggdiibfleeiaookhcodnl
Descripción Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.
Tamaño del Archivo 347 KB
Cantidad de Instalaciones 986,546
Versión Actual 1.0.3
Última Actualización 2024-02-27
Fecha de Publicación 2023-07-25
Calificación 4.84/5 Total de 335 Calificaciones
Desarrollador Dark Theme Web
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/darkthemeweb/privacy-policy
Idiomas Soportados id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "helpers\/images\/128.png",
        "64": "helpers\/images\/64.png",
        "32": "helpers\/images\/32.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content-helpers\/insert.js"
            ],
            "css": [
                "helpers\/styles\/insert.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "helpers\/icon-helpers\/dark\/128.png"
    },
    "options_page": "html\/settings.html",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.3"
}