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'est-ce que Dark Mode - Dark Reader extension for Chrome ?

Dark Mode - Dark Reader extension for Chrome est une extension Chrome développée par https://darkreaderpro.com, et sa fonction principale est "Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dark Mode - Dark Reader extension for Chrome

Téléchargez les fichiers d'extension Dark Mode - Dark Reader extension for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Dark Mode - Dark Reader extension for Chrome Dark Mode - Dark Reader extension for Chrome
ID olmocljkpcidkoedpmebmbkjmjlhaoll
URL Officiel https://chromewebstore.google.com/detail/dark-mode-dark-reader-ext/olmocljkpcidkoedpmebmbkjmjlhaoll
Description Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.
Taille du Fichier 334 KB
Nombre d'Installations 40
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-08-28
Date de Publication 2023-08-28
Développeur https://darkreaderpro.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://darkreaderpro.com
URL de la Page d'Aide https://darkreaderpro.com/support
Langues Prises en Charge 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
}