Night Theme for Web

Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.

Τι είναι το Night Theme for Web;

Το Night Theme for Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muskan Rania, και η κύρια λειτουργία του είναι "Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Night Theme for Web

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

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

                        Night Theme - Browser Extension for Dark Mode

Night Theme is an innovative browser extension that transforms your web surfing experience, making it more comfortable and eye-friendly. Regardless of the time of day, you can enjoy a more pleasant and soothing visual experience with its elegant dark palette.

🌙 Protect your eyes from bright, dazzling colors: The Night Mode reduces screen brightness and utilizes dark shades to ease eye strain. This is particularly helpful when browsing web pages during nighttime.

⚡ Energy-saving: Night Theme also helps conserve your laptop's battery life. Dark colors require less energy, allowing you to use your browser for extended periods without frequent recharging.

➡️ Personalization: Choose your style. Night Theme offers several dark color schemes (palettes) for you to select the one that best suits your taste and mood.

✨ Intelligent theme recognition: Night Theme automatically adapts to each website's theme. When you visit sites with their own themes, the extension quickly switches to a harmonious mode for optimal visual perception.

🖤 User-friendly: Install Night Theme with just a few clicks and enjoy its benefits without complicated settings. This intuitive extension is readily available at any time.

Don't miss the chance to create a cozy and pleasant atmosphere for your online adventures. Install Night Theme today and immerse yourself in the mysterious world of dark mode on the web!                    

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

Όνομα Night Theme for Web Night Theme for Web
ID djkdplhjjhmonmiihoaipopjfjalelkb
Επίσημο URL https://chromewebstore.google.com/detail/night-theme-for-web/djkdplhjjhmonmiihoaipopjfjalelkb
Περιγραφή Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.
Μέγεθος Αρχείου 58.96 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-11-26
Ημερομηνία Δημοσίευσης 2023-08-05
Προγραμματιστής Muskan Rania
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1.1",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/16.png",
            "32": "assets\/img\/32.png",
            "64": "assets\/img\/64.png",
            "128": "assets\/img\/128.png",
            "512": "assets\/img\/512.png"
        }
    },
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/16.png",
        "32": "assets\/img\/32.png",
        "64": "assets\/img\/64.png",
        "128": "assets\/img\/128.png",
        "512": "assets\/img\/512.png"
    },
    "background": {
        "service_worker": "assets\/javaScripts\/worker.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/javaScripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ]
}