Shade Dark Mode

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

What is Shade Dark Mode?

Shade Dark Mode is a Chrome extension developed by Cherish Aguirre, and its main feature is "Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls".

Extension Screenshots

screenshot

Download Shade Dark Mode Extension CRX File

Download Shade Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shade Dark Mode Shade Dark Mode
ID mkeimkkbcndbdlfkbfhhlfgkilcfniic
Official URL https://chromewebstore.google.com/detail/shade-dark-mode/mkeimkkbcndbdlfkbfhhlfgkilcfniic
Description Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls
File Size 419 KB
Installation Count 6,077,987
Current Version 1.0.1
Last Updated 2023-07-07
Publish Date 2023-07-02
Rating 4.70/5 Total 83 Ratings
Developer Cherish Aguirre
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vSG7lVkdaE4O-mrhkYC6Jcr9EQuo6Xx6NSWBpojCLWBGCUJtgJEgMJWOS3stNfFSi72qWJkM5RehrwR/pub
Supported Languages 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": [
                ""
            ]
        }
    ]
}