Dark Mode Chrome

Dark chrome mode for all sites. Changes website colors to more pleasing to the eye.

Τι είναι το Dark Mode Chrome;

Το Dark Mode Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DarkMode, και η κύρια λειτουργία του είναι "Dark chrome mode for all sites. Changes website colors to more pleasing to the eye.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Dark mode chrome is an extension that helps you quickly switch your browser to dark mode.

The button on the toolbar as a toggle ON | OFF, which allows you to easily and quickly turn the extension on or off.

There is also a whitelist feature that allows you to exclude the desired domain from chrome dark mode. Just right-click to bring up the context menu and click on the desired menu item to disable or enable dark mode for the current domain.

Wrap Chrome in a stylish dark mode that protects your eyes from bright colors. Social media, popular sites and all the other new tabs are all dressed in black.

Enjoy blacks on popular sites and protect your eyes by switching to black mode. Install Dark Mode for Chrome now for a gorgeous design, a stylish dark theme and reduced eye strain.

Our extension is one of the best in terms of speed and quality of the dark theme.                    

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

Όνομα Dark Mode Chrome Dark Mode Chrome
ID eiomngfcbbapjpfnhniipcnhaenhohfg
Επίσημο URL https://chromewebstore.google.com/detail/dark-mode-chrome/eiomngfcbbapjpfnhniipcnhaenhohfg
Περιγραφή Dark chrome mode for all sites. Changes website colors to more pleasing to the eye.
Μέγεθος Αρχείου 40.52 KB
Αριθμός Εγκαταστάσεων 120,529
Τρέχουσα Έκδοση 1.0.46
Τελευταία Ενημέρωση 2023-01-09
Ημερομηνία Δημοσίευσης 2020-02-25
Αξιολόγηση 4.13/5 Συνολικά 165 Αξιολογήσεις
Προγραμματιστής DarkMode
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1H4xf2i66ebCsXAda3Lr6LI72awil9U2nB3XAjiWBpmc
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "1.0.46",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/enable.png"
    }
}