Night Owl - Smart Dark Mode

Instantly transform websites into a comfortable, eye-friendly dark mode experience.

What is Night Owl - Smart Dark Mode?

Night Owl - Smart Dark Mode is a Chrome extension developed by Music For Trees, and its main feature is "Instantly transform websites into a comfortable, eye-friendly dark mode experience.".

Extension Screenshots

screenshot

Download Night Owl - Smart Dark Mode Extension CRX File

Download Night Owl - Smart Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dark mode for any website!

Many websites don't have a dark mode option, so we made Night Owl. Click the owl icon to turn on dark mode for any site, and the extension will remember your preferences. Enjoy a comfortable browsing experience with your favorite sites in dark mode!                    

Extension Basic Information

Name Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
Official URL https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
Description Instantly transform websites into a comfortable, eye-friendly dark mode experience.
File Size 6.55 KB
Installation Count 55
Current Version 1.0
Last Updated 2023-04-13
Publish Date 2023-04-13
Rating 5.00/5 Total 2 Ratings
Developer Music For Trees
Email [email protected]
Payment Type free
Privacy Policy Page URL https://policies.google.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl - Smart Dark Mode",
    "version": "1.0",
    "description": "Instantly transform websites into a comfortable, eye-friendly dark mode experience.",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}