Night Owl

An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.

¿Qué es Night Owl?

Night Owl es una extensión de Chrome desarrollada por https://www.techy.how, y su función principal es "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Night Owl

Descarga archivos de extensión Night Owl en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Discover Night Owl, the sleek and user-friendly Dark Mode browser extension for Chrome that transforms your browsing experience. With our easy-to-use Night Owl extension, effortlessly switch your browser to Dark Mode, instantly darkening the background color of websites and inverting the text color to white, providing a comfortable and visually appealing online experience.

The Night Owl extension focuses on simplicity and effectiveness, offering you a seamless way to toggle between Dark Mode and regular browsing. By using Night Owl, you can reduce eye strain, enhance visual comfort, and create a more enjoyable browsing experience, especially during late-night sessions.

As we continue to develop Night Owl, you can look forward to even more advanced features in future updates, such as Auto-Dark Mode, Eye Protection, Dimming, and Contrast Adjustment, taking your browsing experience to new heights.

Install the Night Owl extension today and enjoy the benefits of Dark Mode for your browsing sessions. Say goodbye to eye strain and hello to a better browsing experience!                    

Información Básica de la Extensión

Nombre Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
URL Oficial https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
Descripción An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
Tamaño del Archivo 120 KB
Cantidad de Instalaciones 32
Versión Actual 1.1
Última Actualización 2023-04-06
Fecha de Publicación 2023-04-06
Desarrollador https://www.techy.how
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.techy.how/
URL de la Página de Ayuda https://www.techy.how/tools
URL de la Página de Política de Privacidad https://www.techy.how/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl",
    "version": "1.1",
    "description": "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}