Lumina Night Mode

Lumina: Your Essential Night Mode Companion for Seamless Browsing

Что такое Lumina Night Mode?

Lumina Night Mode - это расширение Chrome, разработанное Rafael Ward, и его основная функция - "Lumina: Your Essential Night Mode Companion for Seamless Browsing".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Lumina Night Mode

Скачайте файлы расширений Lumina Night Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Lumina Night Mode Lumina Night Mode
ID ccemhgcpobolddhpebenclgpohlkegdg
Официальный URL https://chromewebstore.google.com/detail/lumina-night-mode/ccemhgcpobolddhpebenclgpohlkegdg
Описание Lumina: Your Essential Night Mode Companion for Seamless Browsing
Размер файла 326 KB
Количество установок 158,548
Текущая Версия 1.0.1
Последнее Обновление 2023-07-26
Дата публикации 2023-07-21
Рейтинг 4.60/5 Всего 5 оценок
Разработчик Rafael Ward
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/e/2PACX-1vR3YFz350AjAzNCYrNVHXCaUvt-BEtB_Qp5P80HkHmJm-A9JQtkrx-4zxFomTXAedKb87gQtLBhLc77/pub
Поддерживаемые языки 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": [
                ""
            ]
        }
    ]
}