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.

O que é Dark Mode - Dark Reader extension for Chrome?

Dark Mode - Dark Reader extension for Chrome é uma extensão do Chrome desenvolvida por https://darkreaderpro.com, e sua principal característica é "Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Mode - Dark Reader extension for Chrome

Baixe arquivos de extensão Dark Mode - Dark Reader extension for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.
Tamanho do Arquivo 334 KB
Contagem de Instalações 40
Versão Atual 1.0.1
Última Atualização 2023-08-28
Data de Publicação 2023-08-28
Desenvolvedor https://darkreaderpro.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://darkreaderpro.com
URL da Página de Ajuda https://darkreaderpro.com/support
Idiomas Suportados 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
}