Night Owl - Smart Dark Mode

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

Wat is Night Owl - Smart Dark Mode?

Night Owl - Smart Dark Mode is een Chrome-extensie ontwikkeld door Music For Trees, en de belangrijkste functie is "Instantly transform websites into a comfortable, eye-friendly dark mode experience.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Night Owl - Smart Dark Mode

Download Night Owl - Smart Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
Officiële URL https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
Beschrijving Instantly transform websites into a comfortable, eye-friendly dark mode experience.
Bestandsgrootte 6.55 KB
Aantal Installaties 55
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2023-04-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Music For Trees
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://policies.google.com/privacy
Ondersteunde Talen 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"
    }
}