Dark Mode Chrome

Dark mode chrome extension for all applying dark theme to all sites on chrome

Wat is Dark Mode Chrome?

Dark Mode Chrome is een Chrome-extensie ontwikkeld door https://globaltwittertrends.com, en de belangrijkste functie is "Dark mode chrome extension for all applying dark theme to all sites on chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dark Mode Chrome

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

                        Apply Dark Mode in Chrome with a single click on the extension. 

Just go to the choice of your page and then press the extension icon.

Material Design Dark Mode for your browser applies to any page you are viewing.                    

Basisinformatie over de Extensie

Naam Dark Mode Chrome Dark Mode Chrome
ID pdhdailechlgicdgnmdbenhnappgobpp
Officiële URL https://chromewebstore.google.com/detail/dark-mode-chrome/pdhdailechlgicdgnmdbenhnappgobpp
Beschrijving Dark mode chrome extension for all applying dark theme to all sites on chrome
Bestandsgrootte 16.78 KB
Aantal Installaties 129
Huidige Versie 0.1
Laatst Bijgewerkt 2022-03-03
Publicatiedatum 2022-03-01
Ontwikkelaar https://globaltwittertrends.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://globaltwittertrends.com/
Help Pagina-URL https://globaltwittertrends.com/chrome/darkmode.php
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode Chrome",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Dark mode chrome extension for all applying dark theme to all sites on chrome",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}