NigthOwl Mode🦉

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

O que é NigthOwl Mode🦉?

NigthOwl Mode🦉 é uma extensão do Chrome desenvolvida por chrisDevWok, e sua principal característica é "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NigthOwl Mode🦉

Baixe arquivos de extensão NigthOwl Mode🦉 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NigthOwl Mode🦉 NigthOwl Mode🦉
ID eeejechfiigialpjicekkgeohaiklhke
URL Oficial https://chromewebstore.google.com/detail/nigthowl-mode%F0%9F%A6%89/eeejechfiigialpjicekkgeohaiklhke
Descrição Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.
Tamanho do Arquivo 4.24 KB
Contagem de Instalações 47
Versão Atual 1.1
Última Atualização 2021-08-05
Data de Publicação 2021-08-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor chrisDevWok
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}