DimDisplay

DimDisplay provides dark mode for simple pages

What is DimDisplay?

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

Extension Screenshots

screenshot

Download DimDisplay Extension CRX File

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

                        DimDisplay 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 DimDisplay DimDisplay
ID gjdcjldlibfdnpofpgagmpldhmbijndj
Official URL https://chrome.google.com/webstore/detail/dimdisplay/gjdcjldlibfdnpofpgagmpldhmbijndj
Description DimDisplay provides dark mode for simple pages
File Size 38.41 KB
Installation Count 3,000
Current Version 0.1
Last Updated 2022-05-11
Publish Date 2022-05-11
Developer http://dimdisplay.xyz
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.dimdisplay.xyz/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DimDisplay",
    "description": "DimDisplay 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"
    ]
}