Dark Mode for Chrome

Enjoy dark mode on browsing any webpage in Single Tap

Wat is Dark Mode for Chrome?

Dark Mode for Chrome is een Chrome-extensie ontwikkeld door alanranjith975, en de belangrijkste functie is "Enjoy dark mode on browsing any webpage in Single Tap".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dark Mode for Chrome

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

                        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.                    

Basisinformatie over de Extensie

Naam Dark Mode for Chrome Dark Mode for Chrome
ID ebhhobcbkmgpdjodlhhmpapncjklilbk
Officiële URL https://chromewebstore.google.com/detail/dark-mode-for-chrome/ebhhobcbkmgpdjodlhhmpapncjklilbk
Beschrijving Enjoy dark mode on browsing any webpage in Single Tap
Bestandsgrootte 263 KB
Aantal Installaties 388
Huidige Versie 0.2
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2022-03-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar alanranjith975
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://alanranjith.github.io/hpp-privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}