Dark Messenger for Facebook™

FB Messenger for Chrome + dark theme right in your browser

What is Dark Messenger for Facebook™?

Dark Messenger for Facebook™ is a Chrome extension developed by Bernardo Ross, and its main feature is "FB Messenger for Chrome + dark theme right in your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Messenger for Facebook™ Extension CRX File

Download Dark Messenger for Facebook™ 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

                        Fastest way to use Facebook with all functions right from your browser. Upload/download stories or IGTV and more.
A simple and powerful tool with many features to make your social user experience even better.

With one click in your browser, you will be taken to the popular social network - Facebook, where you can share photos and videos, view the news feed and chat with friends. 

Private messages (DM) work completely, so it is easier for you to communicate with loved ones.

You will love the user-friendly Web layout for Facebook. Based on many reviews and experiences, the perfect Chrome app has been created with an intuitive design and a beautiful interface, as well as many useful features. 

With this app for Facebook you can now: 

- Upload photos or videos
- Direct Messages (DM) are fully supported for Desktop version Facebook
- Open / Download photos and videos in full HD
- Everything you can do normally on your phone on the Facebook mobile website (like, follow, comment, browse, ..)

This app for Facebook requires only the minimal permissions required to work to improve your security.                    

Extension Basic Information

Name Dark Messenger for Facebook™ Dark Messenger for Facebook™
ID bphagiicbkoknlhmmbiokkdobkiglpio
Official URL https://chromewebstore.google.com/detail/dark-messenger-for-facebo/bphagiicbkoknlhmmbiokkdobkiglpio
Description FB Messenger for Chrome + dark theme right in your browser
File Size 148 KB
Installation Count 28,223
Current Version 1.1.2
Last Updated 2023-01-27
Publish Date 2020-09-08
Rating 3.81/5 Total 242 Ratings
Developer Bernardo Ross
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Web Messenger for Facebook\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/icon-48_x_48.png"
    },
    "icons": {
        "128": "icons\/icon-128_x_128.png",
        "64": "icons\/icon-64_x_64.png",
        "50": "icons\/icon-50_x_50.png",
        "48": "icons\/icon-48_x_48.png",
        "32": "icons\/icon-32_x_32.png",
        "24": "icons\/icon-24_x_24.png",
        "16": "icons\/icon-16_x_16.png"
    },
    "version": "1.1.2",
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.6.3.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/texttome.net\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "system.display",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}