Dark mode for your browser

Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes

Τι είναι το Dark mode for your browser;

Το Dark mode for your browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jorbibomer, και η κύρια λειτουργία του είναι "Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark mode for your browser

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

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

                        Using the Dark mode, you can easily make the colors in the browser warmer, adjust the transparency and select the desired color from the palette. To do this, just click on the application icon in the drop-down window and turn on the Dark mode.

You can also turn on dark mode. In this mode, the extension recalculates the colors of the entire site, changing the colors of the background, font and other elements to darker ones. To turn off the mode for a specific site, you first need to open the desired site and select turn off the dark mode for this site in the context menu.

When you turn on the two modes Night Shift and Dark Mode at once, you can achieve interesting solutions to the color scheme of the final result. The application is convenient to use for reading books and surfing the Internet. Choose the modes you need for your lighting.                    

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

Όνομα Dark mode for your browser Dark mode for your browser
ID popkohipheagkijpjmllkbnifaokliim
Επίσημο URL https://chromewebstore.google.com/detail/dark-mode-for-your-browse/popkohipheagkijpjmllkbnifaokliim
Περιγραφή Dark Mode can set all sites in your browser to dark mode or pleasant darkening modes
Μέγεθος Αρχείου 123 KB
Αριθμός Εγκαταστάσεων 73,243
Τρέχουσα Έκδοση 0.0.19
Τελευταία Ενημέρωση 2023-02-14
Ημερομηνία Δημοσίευσης 2021-06-22
Αξιολόγηση 4.16/5 Συνολικά 151 Αξιολογήσεις
Προγραμματιστής jorbibomer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1H4xf2i66ebCsXAda3Lr6LI72awil9U2nB3XAjiWBpmc
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "dark.js",
                "shift.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "version": "0.0.19"
}