NigthOwl Mode🦉

Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.

Qu'est-ce que NigthOwl Mode🦉 ?

NigthOwl Mode🦉 est une extension Chrome développée par chrisDevWok, et sa fonction principale est "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NigthOwl Mode🦉

Téléchargez les fichiers d'extension NigthOwl Mode🦉 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

                        The Dark Theme mode exclusively for Springboard, a user will be able to go easy on the eyes and increase focus and productivity.  

This is version 1.0, we have many feature updates on the way. Next update will include removal of many unnecessary distractions that will help keep you lazer focused and productive to help you max out your time! 

📣📣📣New updates & Feature Announcements 📣📣📣
> Fix bug: Sidebar not updating to Dark Mode
> Adding a toggle option from Light Mode / Dark Mode 

// Productivity Features 
> Remove Youtube Pause Banner Suggestions
> Remove Youtube HTML-5 end of screen Banner Suggestions 

// Celebration 🎊🎊🎊🎊🎊🎊🎊
> Page will load confetti animation when completed with a section module                    

Informations de Base sur l'Extension

Nom NigthOwl Mode🦉 NigthOwl Mode🦉
ID eeejechfiigialpjicekkgeohaiklhke
URL Officiel https://chromewebstore.google.com/detail/nigthowl-mode%F0%9F%A6%89/eeejechfiigialpjicekkgeohaiklhke
Description Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.
Taille du Fichier 4.24 KB
Nombre d'Installations 47
Version Actuelle 1.1
Dernière Mise à Jour 2021-08-05
Date de Publication 2021-08-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur chrisDevWok
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NigthOwl Mode\ud83e\udd89",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.",
    "browser_action": {
        "default_icon": {
            "16": "owl-icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.springboard.com\/workshops\/software-engineering-career-track\/*"
            ],
            "js": [
                ".\/main.js"
            ]
        }
    ]
}