Gloom Dark Mode

Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way

What is Gloom Dark Mode?

Gloom Dark Mode is a Chrome extension developed by Indiana Nelson, and its main feature is "Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way".

Extension Screenshots

screenshot

Download Gloom Dark Mode Extension CRX File

Download Gloom 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

                        🌙✨ Brand New! Gloom Dark Mode ✨🌙

Transform your browsing experience with Gloom Dark Mode, the ultimate browser extension that effortlessly enables dark mode on every website, just the way you like it! 😎💻

🌗 Dark Mode for All Websites 🌗
Say goodbye to eye strain and hello to a sleek, stylish interface. Gloom Dark Mode brings the soothing power of dark mode to every website you visit, enhancing readability and reducing eye fatigue. 📚👀

🚫 Blacklist Websites from Dark Mode 🚫
We understand that some websites are better left in the light. With Gloom Dark Mode, you have the freedom to personalize your browsing experience by blacklisting specific websites from dark mode. Customize your preferences and switch seamlessly between light and dark modes as you navigate the web. ⚙️🌓

⏱️ We Keep Up with Web Changes, Reliable ⏱️
Gloom Dark Mode stays up to date with the ever-evolving web landscape, ensuring a reliable dark mode experience across various websites. You can trust our extension to adapt to changes in website designs, keeping your browsing consistent and hassle-free. 🔄🌐

Upgrade your browsing experience today with Gloom Dark Mode! Embrace the dark side and enjoy a visually stunning and comfortable web experience like never before. Get ready to discover a whole new dimension of browsing! 🌌🚀

🔥 Download Gloom Dark Mode now and see the web in a whole new light, or rather, darkness! 🔥                    

Extension Basic Information

Name Gloom Dark Mode Gloom Dark Mode
ID ioleaeachefbknoefhkbhijdhakaepcb
Official URL https://chromewebstore.google.com/detail/gloom-dark-mode/ioleaeachefbknoefhkbhijdhakaepcb
Description Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way
File Size 405 KB
Installation Count 1,676,288
Current Version 1.0.1
Last Updated 2023-07-18
Publish Date 2023-07-02
Rating 4.38/5 Total 29 Ratings
Developer Indiana Nelson
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vTihml4MPadQYIBYNdz2mU7QXIIyQOG3PD4njIWjNz5V_5VBiT6Rb2d8sKzbfJIMa607dpAV8H5uAXp/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",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}