GChat Dark Mode
Make Google Chat Dark
What is GChat Dark Mode?
GChat Dark Mode is a Chrome extension developed by Márcio Dantas, and its main feature is "Make Google Chat Dark".
Extension Screenshots
Download GChat Dark Mode Extension CRX File
Download GChat Dark Mode 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
Enable a simple 100% functional Dark Mode for Google Chat
Extension Basic Information
Name | GChat Dark Mode |
ID | khodekaemnangdffmlgaggippkleafhf |
Official URL | https://chromewebstore.google.com/detail/gchat-dark-mode/khodekaemnangdffmlgaggippkleafhf |
Description | Make Google Chat Dark |
File Size | 42.63 KB |
Installation Count | 367 |
Current Version | 0.1.1 |
Last Updated | 2021-07-29 |
Publish Date | 2021-07-28 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Márcio Dantas |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |