Lumina Night Mode

Lumina: Your Essential Night Mode Companion for Seamless Browsing

Co to jest Lumina Night Mode?

Lumina Night Mode to rozszerzenie Chrome opracowane przez Rafael Ward, a jego główną funkcją jest „Lumina: Your Essential Night Mode Companion for Seamless Browsing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lumina Night Mode

Pobierz pliki rozszerzeń Lumina Night Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Lumina Night Mode Lumina Night Mode
ID ccemhgcpobolddhpebenclgpohlkegdg
Oficjalny URL https://chromewebstore.google.com/detail/lumina-night-mode/ccemhgcpobolddhpebenclgpohlkegdg
Opis Lumina: Your Essential Night Mode Companion for Seamless Browsing
Rozmiar pliku 326 KB
Liczba instalacji 158,548
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-07-26
Data Publikacji 2023-07-21
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Rafael Ward
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vR3YFz350AjAzNCYrNVHXCaUvt-BEtB_Qp5P80HkHmJm-A9JQtkrx-4zxFomTXAedKb87gQtLBhLc77/pub
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}