Lumina Night Mode

Lumina: Your Essential Night Mode Companion for Seamless Browsing

What is Lumina Night Mode?

Lumina Night Mode is a Chrome extension developed by Rafael Ward, and its main feature is "Lumina: Your Essential Night Mode Companion for Seamless Browsing".

Extension Screenshots

screenshot

Download Lumina Night Mode Extension CRX File

Download Lumina Night 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

                        🌙🌟 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! 🔧                    

Extension Basic Information

Name Lumina Night Mode Lumina Night Mode
ID ccemhgcpobolddhpebenclgpohlkegdg
Official URL https://chromewebstore.google.com/detail/lumina-night-mode/ccemhgcpobolddhpebenclgpohlkegdg
Description Lumina: Your Essential Night Mode Companion for Seamless Browsing
File Size 326 KB
Installation Count 158,548
Current Version 1.0.1
Last Updated 2023-07-26
Publish Date 2023-07-21
Rating 4.60/5 Total 5 Ratings
Developer Rafael Ward
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vR3YFz350AjAzNCYrNVHXCaUvt-BEtB_Qp5P80HkHmJm-A9JQtkrx-4zxFomTXAedKb87gQtLBhLc77/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": [
        "scripting",
        "storage",
        "contextMenus",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}