Dark Mode

Turn on dark mode on popular sites.

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

Το Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kotov.nikita284, και η κύρια λειτουργία του είναι "Turn on dark mode on popular sites.".

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

screenshot

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

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

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

                        Meet new classic dark mode for chrome browser. Application allows darken all websites just in one click. If you`re already tired of default websites outlook then you should definitely check this out. Need some changes in your browsing? Dark mode will change Youtube, VK, Facebook and Google design.
Dark mode will also protect your eyes, which get tired from bright default design. When the dark theme is on it reliefs the stress at night time and your eyes will feel better. This extension switches default design of social networks, websites and other resources to classic dark theme. 
Instructions are pretty simple – if you want to enable\disable dark theme you should:
Click on icon located in right-upper corner in Chrome browser
Select from the pop-up window the resource you want to switch to dark theme - Youtube, Facebook, Google etc.
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 sites you need in simple manner. If you have a comment or request then feel free to leave it in the comments below.                    

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

Όνομα Dark Mode Dark Mode
ID nmmmpllghdhljkmhnbmgcdcnoklnlhhb
Επίσημο URL https://chrome.google.com/webstore/detail/dark-mode/nmmmpllghdhljkmhnbmgcdcnoklnlhhb
Περιγραφή Turn on dark mode on popular sites.
Μέγεθος Αρχείου 335 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-10-18
Ημερομηνία Δημοσίευσης 2021-04-15
Αξιολόγηση 1.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής kotov.nikita284
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "Turn on dark mode on popular sites.",
    "icons": {
        "128": "zizimana.png"
    },
    "version": "1.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "pronda.html",
        "default_icon": "zizimana.png"
    },
    "background": {
        "scripts": [
            "cfora\/pistrfa\/bibata.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "jquery.js",
                "cfora\/pistrfa\/corapta.js",
                "cfora\/pistrfa\/astrafa\/lavaba.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}