Extendo Chat

Remove trim from Messenger message preview.

Vad är Extendo Chat?

Extendo Chat är en Chrome-tillägg utvecklad av https://waj.io, och dess huvudfunktion är "Remove trim from Messenger message preview.".

Tilläggsskärmbilder

screenshot

Ladda ner Extendo Chat-förlängningens CRX-fil

Ladda ner Extendo Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Extendo Chat Extendo Chat
ID biikcibaojpfbcbngafncojlehmjbfef
Officiell webbadress https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef
Beskrivning Remove trim from Messenger message preview.
Filstorlek 3.75 KB
Antal Installationer 161
Aktuell Version 1.3.0
Senast Uppdaterad 2022-12-23
Publiceringsdatum 2019-06-26
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare https://waj.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}