Night Owl

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

Qu'est-ce que Night Owl ?

Night Owl est une extension Chrome développée par https://www.techy.how, et sa fonction principale est "An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Night Owl

Téléchargez les fichiers d'extension Night Owl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Night Owl Night Owl
ID lmlogodkincncmpdgoedcocnpkcbpkno
URL Officiel https://chromewebstore.google.com/detail/night-owl/lmlogodkincncmpdgoedcocnpkcbpkno
Description An extension that sets your browser to dark mode and includes advanced features for improved readability and eye protection.
Taille du Fichier 120 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2023-04-06
Date de Publication 2023-04-06
Développeur https://www.techy.how
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.techy.how/
URL de la Page d'Aide https://www.techy.how/tools
URL de la Page de Politique de Confidentialité https://www.techy.how/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}