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.

Τι είναι το Dark Theme - Dark Reader for Web;

Το Dark Theme - Dark Reader for Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dark Theme Web, και η κύρια λειτουργία του είναι "Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Theme - Dark Reader for Web

Λήψη αρχείων επέκτασης Dark Theme - Dark Reader for Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dark Theme - Dark Reader for Web Dark Theme - Dark Reader for Web
ID ljjmnbjaapnggdiibfleeiaookhcodnl
Επίσημο URL https://chromewebstore.google.com/detail/dark-theme-dark-reader-fo/ljjmnbjaapnggdiibfleeiaookhcodnl
Περιγραφή Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.
Μέγεθος Αρχείου 347 KB
Αριθμός Εγκαταστάσεων 986,546
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2023-07-25
Αξιολόγηση 4.84/5 Συνολικά 335 Αξιολογήσεις
Προγραμματιστής Dark Theme Web
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/darkthemeweb/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}