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
官方網址 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": [
                ""
            ]
        }
    ]
}