Charcoal: Dark Mode for Messenger

Unofficial Messenger dark mode. Easily swap between dark and light mode.

What is Charcoal: Dark Mode for Messenger?

Charcoal: Dark Mode for Messenger is a Chrome extension developed by Andrew Millman, and its main feature is "Unofficial Messenger dark mode. Easily swap between dark and light mode.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Charcoal: Dark Mode for Messenger Extension CRX File

Download Charcoal: Dark Mode for Messenger 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

                        Use Charcoal to experience Messenger (messenger.com) in dark mode. Toggling dark mode with any theme is easy: click on the Messenger icon on the top left of the web page, and set your preference.

Features:
Messenger icon toggle on the top left of the web page to access preferences.
Choose between 3 themes: Charcoal, Midnight, and Deep Blue.
Change dark or light appearance whenever you want, or set dark mode based on your device's setting.                    

Extension Basic Information

Name Charcoal: Dark Mode for Messenger Charcoal: Dark Mode for Messenger
ID aaekanoannlhnajolbijaoflfhikcgng
Official URL https://chromewebstore.google.com/detail/charcoal-dark-mode-for-me/aaekanoannlhnajolbijaoflfhikcgng
Description Unofficial Messenger dark mode. Easily swap between dark and light mode.
File Size 55.52 KB
Installation Count 177,049
Current Version 1.5.0
Last Updated 2023-10-25
Publish Date 2020-07-03
Rating 4.44/5 Total 363 Ratings
Developer Andrew Millman
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Charcoal: Dark Mode for Messenger",
    "short_name": "Charcoal",
    "description": "Unofficial Messenger dark mode. Easily swap between dark and light mode.",
    "version": "1.5.0",
    "icons": {
        "128": "assets\/[email protected]"
    },
    "action": {
        "default_popup": "charcoal_settings_popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "css": [
                "styles\/stylesheet.css"
            ],
            "js": [
                "js\/settings.js",
                "js\/init.js",
                "js\/charcoal_settings.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/charcoal-messenger.svg",
                "assets\/facebook-messenger.svg",
                "assets\/midnight-messenger.svg",
                "assets\/deepblue-messenger.svg",
                "charcoal_settings.html",
                "onboarding_dropdown.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}