MinimalLight

MinimalLight provides dark mode for simple pages

Wat is MinimalLight?

MinimalLight is een Chrome-extensie ontwikkeld door http://minimallight.xyz, en de belangrijkste functie is "MinimalLight provides dark mode for simple pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MinimalLight

Download MinimalLight-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

                        MinimalLight provides simple pages dark mode
This mode will reduce eyestrain and protect your eyes

Dark theme and night shift mode for every website. Care your eyes, use Dark Mode for night and daily web browsing.

Switch website you want to dark mode. Dark mode will help devices save battery and reduces strain on your eyes.                    

Basisinformatie over de Extensie

Naam MinimalLight MinimalLight
ID jpiolpplnfjfncnijejjeamllnojfhjj
Officiële URL https://chrome.google.com/webstore/detail/minimallight/jpiolpplnfjfncnijejjeamllnojfhjj
Beschrijving MinimalLight provides dark mode for simple pages
Bestandsgrootte 61.28 KB
Aantal Installaties 3,000
Huidige Versie 0.1
Laatst Bijgewerkt 2022-04-21
Publicatiedatum 2022-04-21
Ontwikkelaar http://minimallight.xyz
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.minimallight.xyz/privacy-policy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MinimalLight",
    "description": "MinimalLight provides dark mode for simple pages",
    "version": "0.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}