Night Theme - Dark Mode

Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader

Night Theme - Dark Mode क्या है?

Night Theme - Dark Mode Larry Garrett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader"।

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

screenshot

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

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

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

                        🌙 Activate Dark Mode for your web browser to protect your eyes while using the computer.

💡 Working on a computer at night may strain your eyes and disturb others in the room. Dark Mode helps reduce screen brightness, promoting eye care.

🌐 While Dark Mode may not be suitable for all websites, applying warm colors universally serves as a great alternative for screen tinting.

🚀 Dark Mode extension effortlessly shifts browser content colors to a warmer tone after dark. Refresh tabs for optimal performance.

⚡ After installing Dark Mode, refresh tabs opened before installation for full effect. Restart the web to refresh all tabs at once.

🌈 Features of the extension:

- Free with no in-app purchases
- Enable dark mode for any website
- Easy one-click installation
- Lightweight, ensuring no impact on computer speed

💻 Screen Shader Mode: A delightful experience for your eyes! Share your feedback and suggestions in the comments section!                    

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

नाम Night Theme - Dark Mode Night Theme - Dark Mode
ID jhhjdfldilccfllhlbjdlhknlfbhpgeg
आधिकारिक URL https://chromewebstore.google.com/detail/night-theme-dark-mode/jhhjdfldilccfllhlbjdlhknlfbhpgeg
विवरण Dark Mode - a universal dark theme for websites, ideal for night and day browsing. Switch seamlessly with dark reader
फ़ाइल का आकार 71.62 KB
स्थापना संख्या 4,256,651
वर्तमान संस्करण 2.31
अंतिम अपडेट 2024-01-27
प्रकाशन तिथि 2021-11-01
रेटिंग 4.56/5 कुल 300 रेटिंग्स
डेवलपर Larry Garrett
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "version": "2.31",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}