Umbra Dark Mode

Experience the Elegance of Umbra: Seamless Dark Mode for Enhanced Browsing

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

Το Umbra Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Forest Rasmussen, και η κύρια λειτουργία του είναι "Experience the Elegance of Umbra: Seamless Dark Mode for Enhanced Browsing".

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

screenshot

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

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

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

                        Experience the Elegance of Umbra: Seamless Dark Mode for Enhanced Browsing 🌟

🔦 Features: 🔦

🌗 Dark mode on all web sites: Enjoy a visually pleasing browsing experience with Umbra's seamless dark mode. Say goodbye to eye strain and immerse yourself in the sleek and stylish world of dark mode across all websites.

🎨 Up-to-date styles: Umbra keeps pace with the latest design trends, ensuring that your favorite websites always look their best in dark mode. No more outdated or inconsistent styles—enjoy a consistently polished browsing experience.

⚙️ Whitelist feature: Worried about compatibility issues? No problem! Umbra offers a handy whitelist feature that allows you to disable dark mode for specific websites if it doesn't work as expected. Stay in control of your browsing experience.

🌟 Explore Umbra today and unlock the beauty of dark mode. Enhance your browsing experience with ease and style. Install now! 🌟                    

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

Όνομα Umbra Dark Mode Umbra Dark Mode
ID jjlelpahdhfgabeecnfppnmlllcmejkg
Επίσημο URL https://chromewebstore.google.com/detail/umbra-dark-mode/jjlelpahdhfgabeecnfppnmlllcmejkg
Περιγραφή Experience the Elegance of Umbra: Seamless Dark Mode for Enhanced Browsing
Μέγεθος Αρχείου 349 KB
Αριθμός Εγκαταστάσεων 1,625,048
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-07-24
Ημερομηνία Δημοσίευσης 2023-07-19
Αξιολόγηση 4.38/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής Forest Rasmussen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vR_aFmC7XxHC__wnWgGTbBqNPV_3ut-pAchHkjebgvOaO_KvMMKaFp_4FFtoiZgTW_Ve-yUzbDf4-dY/pub
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,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",
    "author": "Awesome Dark mode",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "permissions": [
        "scripting",
        "contextMenus",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}