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.

Co to jest Dark Mode - Dark Reader extension for Chrome?

Dark Mode - Dark Reader extension for Chrome to rozszerzenie Chrome opracowane przez https://darkreaderpro.com, a jego główną funkcją jest „Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dark Mode - Dark Reader extension for Chrome

Pobierz pliki rozszerzeń Dark Mode - Dark Reader extension for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Dark Mode - Dark Reader extension for Chrome Dark Mode - Dark Reader extension for Chrome
ID olmocljkpcidkoedpmebmbkjmjlhaoll
Oficjalny URL https://chromewebstore.google.com/detail/dark-mode-dark-reader-ext/olmocljkpcidkoedpmebmbkjmjlhaoll
Opis Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.
Rozmiar pliku 334 KB
Liczba instalacji 40
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-08-28
Data Publikacji 2023-08-28
Deweloper https://darkreaderpro.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://darkreaderpro.com
Adres URL Strony Pomocy https://darkreaderpro.com/support
Obsługiwane Języki 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
}