Lumina Night Mode

Lumina: Your Essential Night Mode Companion for Seamless Browsing

Was ist Lumina Night Mode?

Lumina Night Mode ist eine Chrome-Erweiterung, die von Rafael Ward entwickelt wurde, und ihr Hauptmerkmal ist "Lumina: Your Essential Night Mode Companion for Seamless Browsing".

Erweiterungsscreenshots

screenshot

Lumina Night Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lumina Night Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Lumina Night Mode Lumina Night Mode
ID ccemhgcpobolddhpebenclgpohlkegdg
Offizielle URL https://chromewebstore.google.com/detail/lumina-night-mode/ccemhgcpobolddhpebenclgpohlkegdg
Beschreibung Lumina: Your Essential Night Mode Companion for Seamless Browsing
Dateigröße 326 KB
Installationsanzahl 158,548
Aktuelle Version 1.0.1
Letztes Update 2023-07-26
Veröffentlichungsdatum 2023-07-21
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Rafael Ward
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vR3YFz350AjAzNCYrNVHXCaUvt-BEtB_Qp5P80HkHmJm-A9JQtkrx-4zxFomTXAedKb87gQtLBhLc77/pub
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}