Extendo Chat

Remove trim from Messenger message preview.

ما هو Extendo Chat؟

Extendo Chat هو إضافة Chrome تم تطويرها بواسطة https://waj.io، والميزة الرئيسية لها هي "Remove trim from Messenger message preview.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Extendo Chat

قم بتنزيل ملفات الامتداد Extendo Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Extendo Chat Extendo Chat
ID biikcibaojpfbcbngafncojlehmjbfef
عنوان URL الرسمي https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef
الوصف Remove trim from Messenger message preview.
حجم الملف 3.75 KB
عدد التثبيتات 161
النسخة الحالية 1.3.0
آخر تحديث 2022-12-23
تاريخ النشر 2019-06-26
تقييم 4.20/5 مجموع تقييمات 5
المطور https://waj.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}