Gloom Dark Mode

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

O que é Gloom Dark Mode?

Gloom Dark Mode é uma extensão do Chrome desenvolvida por Indiana Nelson, e sua principal característica é "Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gloom Dark Mode

Baixe arquivos de extensão Gloom Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gloom Dark Mode Gloom Dark Mode
ID ioleaeachefbknoefhkbhijdhakaepcb
URL Oficial https://chromewebstore.google.com/detail/gloom-dark-mode/ioleaeachefbknoefhkbhijdhakaepcb
Descrição Gloom Dark Mode: Effortlessly Enable Dark Mode on Every Website, Your Way
Tamanho do Arquivo 405 KB
Contagem de Instalações 1,676,288
Versão Atual 1.0.1
Última Atualização 2023-07-18
Data de Publicação 2023-07-02
Classificação 4.38/5 Total de 29 Avaliações
Desenvolvedor Indiana Nelson
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vTihml4MPadQYIBYNdz2mU7QXIIyQOG3PD4njIWjNz5V_5VBiT6Rb2d8sKzbfJIMa607dpAV8H5uAXp/pub
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}