Night Owl

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

Cos'è Night Owl?

Night Owl è un'estensione di Chrome sviluppata da https://www.techy.how, e la sua funzione principale è "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Night Owl

Scarica i file di estensione Night Owl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
URL Ufficiale https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
Descrizione An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
Dimensione del File 120 KB
Conteggio Installazioni 32
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-06
Data di Pubblicazione 2023-04-06
Sviluppatore https://www.techy.how
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.techy.how/
URL della Pagina di Aiuto https://www.techy.how/tools
URL della Pagina della Politica sulla Privacy https://www.techy.how/privacy
Lingue Supportate 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"
            ]
        }
    ]
}