Lumina Night Mode

Lumina: Your Essential Night Mode Companion for Seamless Browsing

O que é Lumina Night Mode?

Lumina Night Mode é uma extensão do Chrome desenvolvida por Rafael Ward, e sua principal característica é "Lumina: Your Essential Night Mode Companion for Seamless Browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lumina Night Mode

Baixe arquivos de extensão Lumina Night 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

                        🌙🌟 Introducing Lumina: Your Essential Night Mode Companion for Seamless Browsing! 🌟🌙

🔦 Experience the ultimate browsing comfort with Lumina, the must-have browser extension that brings night mode to all your favorite websites. Say goodbye to eye strain and enjoy a soothing viewing experience, even in low-light environments. 🔦

✨ Key Features ✨

🌃 Night Mode on All Websites: Activate Lumina's powerful night mode feature across all web pages with just a click. Enjoy a visually enhanced browsing experience that reduces eye fatigue and enhances readability. 🌃

🚫 Disable Night Mode on Problematic Websites: We understand that some websites might not work perfectly with night mode. No worries! Lumina allows you to easily disable night mode on specific sites, ensuring a seamless browsing experience without any bugs or glitches. 🚫


💡 With Lumina, you're in complete control of your browsing environment. Whether you're reading articles, browsing social media, or shopping online, our extension ensures optimal comfort and readability every step of the way. 💡

🔧 Get Lumina today and revolutionize your nighttime browsing experience. It's time to see the web in a whole new light! 🔧                    

Informações Básicas da Extensão

Nome Lumina Night Mode Lumina Night Mode
ID ccemhgcpobolddhpebenclgpohlkegdg
URL Oficial https://chromewebstore.google.com/detail/lumina-night-mode/ccemhgcpobolddhpebenclgpohlkegdg
Descrição Lumina: Your Essential Night Mode Companion for Seamless Browsing
Tamanho do Arquivo 326 KB
Contagem de Instalações 158,548
Versão Atual 1.0.1
Última Atualização 2023-07-26
Data de Publicação 2023-07-21
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Rafael Ward
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vR3YFz350AjAzNCYrNVHXCaUvt-BEtB_Qp5P80HkHmJm-A9JQtkrx-4zxFomTXAedKb87gQtLBhLc77/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": [
        "scripting",
        "storage",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}