Dark Mode

You can now turn on dark mode on any site.

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

Το Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vaciliykuragin342, και η κύρια λειτουργία του είναι "You can now turn on dark mode on any site.".

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

screenshot

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

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

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

                        Got tired of boring bright default design? Want to have a stylish dark chrome design? Your eyes hurt after a long working day behind the screen? Then our new dark mode extension is what you were looking for. It’ll automatically change the color of opened page and darken all sites. You`ll see a great improvement after installing our new and absolutely free extension. Extension has no hidden scripts to mess with your device or steal your personal data. It just allows you to darken all websites you need in simple manner. Click on extension icon located in right-upper corner in Chrome browser and switch on/off dark theme for every website. This is not only a stylish but also a pretty useful tool for Chrome. This new extension will definitely renew your Chrome Browser. This app has simple and intuitive design and changes background color of every website to black. You no longer need to open settings to switch a dark mode every time you open new website - only one application provides awesome dark theme on every new tab or website. Don`t forget to rate the product and share it with friends. 
Unfortunately, dark mode extension can`t be applied to chrome webstore and system pages.                    

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

Όνομα Dark Mode Dark Mode
ID cilgjbakamckjkiebndhokceglicbodi
Επίσημο URL https://chromewebstore.google.com/detail/dark-mode/cilgjbakamckjkiebndhokceglicbodi
Περιγραφή You can now turn on dark mode on any site.
Μέγεθος Αρχείου 451 KB
Αριθμός Εγκαταστάσεων 546
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2022-01-23
Ημερομηνία Δημοσίευσης 2021-04-23
Αξιολόγηση 1.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής vaciliykuragin342
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,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,ru,uk,iw,fa,mr,hi,bn,gu,ta,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",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "You can now turn on dark mode on any site.",
    "icons": {
        "128": "\/assets\/icon\/128.png"
    },
    "version": "1.3",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html",
        "default_icon": "\/assets\/icon\/64.png"
    },
    "background": {
        "scripts": [
            "\/pages\/control\/first.js",
            "\/pages\/control\/bottom.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/pages\/every\/jquery.min.js",
                "\/pages\/every\/every.js",
                "\/pages\/every\/utils.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}