Messenger Dark Mode
Changes the color scheme of messenger.com
What is Messenger Dark Mode?
Messenger Dark Mode is a Chrome extension developed by Mikołaj Zyzański, and its main feature is "Changes the color scheme of messenger.com".
Extension Screenshots
Download Messenger Dark Mode Extension CRX File
Download Messenger 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
Are your eyes tired from the harsh light of messenger.com? Use this chrome extension to rest and enjoy this moonlit version of your favorite messenger instead!
Extension Basic Information
Name | Messenger Dark Mode |
ID | nbhfclejlkhcknnghdkhcgfahekddhjf |
Official URL | https://chromewebstore.google.com/detail/messenger-dark-mode/nbhfclejlkhcknnghdkhcgfahekddhjf |
Description | Changes the color scheme of messenger.com |
File Size | 295 KB |
Installation Count | 48 |
Current Version | 1.1 |
Last Updated | 2020-08-31 |
Publish Date | 2020-08-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Mikołaj Zyzański |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Redseb/messengerDarkMode |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger Dark Mode", "description": "Changes the color scheme of messenger.com", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "darkMode.css" ], "run_at": "document_end" } ] } |