Gloom Dark Mode

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

什么是Gloom Dark Mode?

Gloom Dark Mode是由Indiana Nelson开发的Chrome扩展程序,该扩展的主要功能是“Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way”。

扩展截图

screenshot

下载Gloom Dark Mode扩展crx文件

下载Gloom Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌙✨ 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! 🔥                    

扩展基本信息

名称 Gloom Dark Mode Gloom Dark Mode
ID ioleaeachefbknoefhkbhijdhakaepcb
官方URL https://chromewebstore.google.com/detail/gloom-dark-mode/ioleaeachefbknoefhkbhijdhakaepcb
简介 Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way
文件大小 405 KB
安装次数 1,676,288
当前版本 1.0.1
更新时间 2023-07-18
上架时间 2023-07-02
评分 4.38/5 共29次评分
开发者 Indiana Nelson
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vTihml4MPadQYIBYNdz2mU7QXIIyQOG3PD4njIWjNz5V_5VBiT6Rb2d8sKzbfJIMa607dpAV8H5uAXp/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": [
        "alarms",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}