Dark Messenger for Facebook™

FB Messenger for Chrome + dark theme right in your browser

Cos'è Dark Messenger for Facebook™?

Dark Messenger for Facebook™ è un'estensione di Chrome sviluppata da Bernardo Ross, e la sua funzione principale è "FB Messenger for Chrome + dark theme right in your browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Messenger for Facebook™

Scarica i file di estensione Dark Messenger for Facebook™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dark Messenger for Facebook™ Dark Messenger for Facebook™
ID bphagiicbkoknlhmmbiokkdobkiglpio
URL Ufficiale https://chromewebstore.google.com/detail/dark-messenger-for-facebo/bphagiicbkoknlhmmbiokkdobkiglpio
Descrizione FB Messenger for Chrome + dark theme right in your browser
Dimensione del File 148 KB
Conteggio Installazioni 28,223
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-01-27
Data di Pubblicazione 2020-09-08
Valutazione 3.81/5 Totale 242 Valutazioni
Sviluppatore Bernardo Ross
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}