Extendo Chat

Remove trim from Messenger message preview.

Extendo Chat क्या है?

Extendo Chat https://waj.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove trim from Messenger message preview."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extendo Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}