Extendo Chat

Remove trim from Messenger message preview.

Qu'est-ce que Extendo Chat ?

Extendo Chat est une extension Chrome développée par https://waj.io, et sa fonction principale est "Remove trim from Messenger message preview.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extendo Chat

Téléchargez les fichiers d'extension Extendo Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        It's pretty simple: instead of seeing only the preview in your Messenger sidebar, you'll now see messages in their entirety. Get the full scoop without having to mark as read!

This extension does not require any special permissions or access to your Facebook account.

It's open source, contribute here: https://github.com/agentwaj/extendo-chat                    

Informations de Base sur l'Extension

Nom Extendo Chat Extendo Chat
ID biikcibaojpfbcbngafncojlehmjbfef
URL Officiel https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef
Description Remove trim from Messenger message preview.
Taille du Fichier 3.75 KB
Nombre d'Installations 161
Version Actuelle 1.3.0
Dernière Mise à Jour 2022-12-23
Date de Publication 2019-06-26
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://waj.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extendo Chat",
    "description": "Remove trim from Messenger message preview.",
    "version": "1.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}