Shade Dark Mode

Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls

Cos'è Shade Dark Mode?

Shade Dark Mode è un'estensione di Chrome sviluppata da Cherish Aguirre, e la sua funzione principale è "Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shade Dark Mode

Scarica i file di estensione Shade Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌙✨ Welcome to Shade Dark Mode ✨🌙

🖥️ Tired of being blinded by the bright light of websites? It's time to embrace the sleek elegance of the dark side with Shade Dark Mode! 🌑

🌐 Say goodbye to eye strain and hello to a seamless browsing experience on every website. Shade Dark Mode effortlessly transforms all websites into a soothing dark theme, creating a visually comfortable environment for your online adventures. 🌚

✨ With Shade Dark Mode, you get:
➡️ Enabled dark mode for ALL websites, giving your browsing experience a sleek and modern touch. 🖤
➡️ Personalized controls that let you customize the dark mode settings according to your preferences, so you can truly make it your own. ✏️

🚫 But what if a website doesn't play nicely with dark mode or if you simply prefer a lighter look? No worries! Shade Dark Mode allows you to blacklist specific websites, ensuring they stay in the light while the rest of the web stays in the dark. ⛔

⚡️ Say hello to effortless dark mode browsing with Shade Dark Mode! Upgrade your web experience today and join the dark side, where comfort and style meet. Get the extension now and start browsing with flair. 💻🌙                    

Informazioni di Base sull'Estensione

Nome Shade Dark Mode Shade Dark Mode
ID mkeimkkbcndbdlfkbfhhlfgkilcfniic
URL Ufficiale https://chromewebstore.google.com/detail/shade-dark-mode/mkeimkkbcndbdlfkbfhhlfgkilcfniic
Descrizione Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls
Dimensione del File 419 KB
Conteggio Installazioni 6,077,987
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-07-07
Data di Pubblicazione 2023-07-02
Valutazione 4.70/5 Totale 83 Valutazioni
Sviluppatore Cherish Aguirre
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vSG7lVkdaE4O-mrhkYC6Jcr9EQuo6Xx6NSWBpojCLWBGCUJtgJEgMJWOS3stNfFSi72qWJkM5RehrwR/pub
Lingue Supportate 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": [
        "alarms",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}