GChat Dark Mode
Make Google Chat Dark
Wat is GChat Dark Mode?
GChat Dark Mode is een Chrome-extensie ontwikkeld door Márcio Dantas, en de belangrijkste functie is "Make Google Chat Dark".
Extensie Screenshots
Download het CRX-bestand van de extensie GChat Dark Mode
Download GChat Dark Mode-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
Enable a simple 100% functional Dark Mode for Google Chat Basisinformatie over de Extensie
| Naam | |
| ID | khodekaemnangdffmlgaggippkleafhf |
| Officiële URL | https://chromewebstore.google.com/detail/gchat-dark-mode/khodekaemnangdffmlgaggippkleafhf |
| Beschrijving | Make Google Chat Dark |
| Bestandsgrootte | 42.63 KB |
| Aantal Installaties | 367 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2021-07-29 |
| Publicatiedatum | 2021-07-28 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Márcio Dantas |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GChat Dark Mode",
"version": "0.1.1",
"description": "Make Google Chat Dark",
"content_scripts": [
{
"js": [
"index.js"
],
"css": [
"styles.css"
],
"matches": [
"https:\/\/mail.google.com\/chat\/*",
"https:\/\/chat.google.com\/*",
"http:\/\/calendar.google.com\/*"
],
"all_frames": true
}
]
} | |