Dark Theme - Dark Reader for Chrome

Switch all websites to dark mode. Take care of your eyes by using a dark theme to change screen brightness.

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

Το Dark Theme - Dark Reader for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://darktheme.net, και η κύρια λειτουργία του είναι "Switch all websites to dark mode. Take care of your eyes by using a dark theme to change screen brightness.".

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

screenshot
screenshot
screenshot

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

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

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

                        The extension button serves as an ON | OFF switch which enables you to easily and quickly turn the extension ON or OFF. A simple click on a button will turn on dark mode for all web pages. This dark mode app has an awesome classic design and changes the background color of every website to black. 

This app for the Chrome browser will switch a dark theme on all the websites. Social networks, websites, and every new tab will be painted black. You no longer need to open settings to switch to a dark theme every time you open a new website - only one application provides an awesome black theme on every new tab or website.

Use only one simple button to darken all sites. 

Take care of your eyes day and night using dark mode or changing screen brightness to special eye-protective color. Dark Theme extension enables night mode on nearly all websites and gives you the ability to control the built-in dark themes on those that have it.

We use a unique algorithm to apply dark mode to all the websites in real-time as you browse. It basically detects the color of each element of a website and intelligently converts it to a darker shade. Bright colors are darkened at more intensity than dark colors so that most of the colors are preserved.                    

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

Όνομα Dark Theme - Dark Reader for Chrome Dark Theme - Dark Reader for Chrome
ID eckokfcjbjbgjifpcbdmengnabecdakp
Επίσημο URL https://chromewebstore.google.com/detail/dark-theme-dark-reader-fo/eckokfcjbjbgjifpcbdmengnabecdakp
Περιγραφή Switch all websites to dark mode. Take care of your eyes by using a dark theme to change screen brightness.
Μέγεθος Αρχείου 825 KB
Αριθμός Εγκαταστάσεων 4,350,499
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2023-11-04
Ημερομηνία Δημοσίευσης 2022-12-14
Αξιολόγηση 4.78/5 Συνολικά 324 Αξιολογήσεις
Προγραμματιστής https://darktheme.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://darktheme.net/
URL της Σελίδας Πολιτικής Απορρήτου https://darktheme.net/privacy.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,mr,hi,gu,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.7",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-popup.js",
                "dark-theme-content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "options_page": ".\/settings.html",
    "commands": {
        "open-popup": {
            "suggested_key": {
                "default": "Alt+E",
                "linux": "Alt+E",
                "windows": "Alt+E",
                "mac": "Command+E"
            },
            "description": "Activate\/Disable"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}