NigthOwl Mode🦉

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

NigthOwl Mode🦉 क्या है?

NigthOwl Mode🦉 chrisDevWok द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NigthOwl Mode🦉 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम NigthOwl Mode🦉 NigthOwl Mode🦉
ID eeejechfiigialpjicekkgeohaiklhke
आधिकारिक URL https://chromewebstore.google.com/detail/nigthowl-mode%F0%9F%A6%89/eeejechfiigialpjicekkgeohaiklhke
विवरण Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.
फ़ाइल का आकार 4.24 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-08-05
प्रकाशन तिथि 2021-08-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर chrisDevWok
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}