MinimalLight

MinimalLight provides dark mode for simple pages

What is MinimalLight?

MinimalLight is a Chrome extension developed by http://minimallight.xyz, and its main feature is "MinimalLight provides dark mode for simple pages".

Extension Screenshots

screenshot

Download MinimalLight Extension CRX File

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

                        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.                    

Extension Basic Information

Name MinimalLight MinimalLight
ID jpiolpplnfjfncnijejjeamllnojfhjj
Official URL https://chrome.google.com/webstore/detail/minimallight/jpiolpplnfjfncnijejjeamllnojfhjj
Description MinimalLight provides dark mode for simple pages
File Size 61.28 KB
Installation Count 3,000
Current Version 0.1
Last Updated 2022-04-21
Publish Date 2022-04-21
Developer http://minimallight.xyz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.minimallight.xyz/privacy-policy.html
Supported Languages 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"
    ]
}