Shade Dark Mode

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

Wat is Shade Dark Mode?

Shade Dark Mode is een Chrome-extensie ontwikkeld door Cherish Aguirre, en de belangrijkste functie is "Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shade Dark Mode

Download Shade Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🌙✨ 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. 💻🌙                    

Basisinformatie over de Extensie

Naam Shade Dark Mode Shade Dark Mode
ID mkeimkkbcndbdlfkbfhhlfgkilcfniic
Officiële URL https://chromewebstore.google.com/detail/shade-dark-mode/mkeimkkbcndbdlfkbfhhlfgkilcfniic
Beschrijving Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls
Bestandsgrootte 419 KB
Aantal Installaties 6,077,987
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-07-07
Publicatiedatum 2023-07-02
Beoordeling 4.70/5 Totaal 83 Beoordelingen
Ontwikkelaar Cherish Aguirre
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vSG7lVkdaE4O-mrhkYC6Jcr9EQuo6Xx6NSWBpojCLWBGCUJtgJEgMJWOS3stNfFSi72qWJkM5RehrwR/pub
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}