Dark Mode for Chrome

Enjoy dark mode on browsing any webpage in Single Tap

What is Dark Mode for Chrome?

Dark Mode for Chrome is a Chrome extension developed by alanranjith975, and its main feature is "Enjoy dark mode on browsing any webpage in Single Tap".

Extension Screenshots

screenshot
screenshot

Download Dark Mode for Chrome Extension CRX File

Download Dark Mode for Chrome 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

                        Now enjoy Dark Mode on all the websites using this Extension. Simple one click turn ON/OFF. 
Features:
# Simple to use.
# Light Weight
# Turn ON/OFF in a single step.

This extension works on all the websites opened in the browser. 

Note: Refresh the page if dark mode is not applied to the page when turned ON.                    

Extension Basic Information

Name Dark Mode for Chrome Dark Mode for Chrome
ID ebhhobcbkmgpdjodlhhmpapncjklilbk
Official URL https://chromewebstore.google.com/detail/dark-mode-for-chrome/ebhhobcbkmgpdjodlhhmpapncjklilbk
Description Enjoy dark mode on browsing any webpage in Single Tap
File Size 263 KB
Installation Count 388
Current Version 0.2
Last Updated 2022-07-19
Publish Date 2022-03-05
Rating 5.00/5 Total 1 Ratings
Developer alanranjith975
Email [email protected]
Payment Type free
Privacy Policy Page URL https://alanranjith.github.io/hpp-privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for Chrome",
    "version": "0.2",
    "description": "Enjoy dark mode on browsing any webpage in Single Tap",
    "permissions": [
        "storage",
        "tabs",
        "background"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "day128.png"
    },
    "action": {
        "default_icon": "day128.png",
        "default_title": "Dark Mode for Chrome",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/darkModeScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}