Extendo Chat

Remove trim from Messenger message preview.

Apa itu Extendo Chat?

Extendo Chat adalah ekstensi Chrome yang dikembangkan oleh https://waj.io, dan fitur utamanya adalah "Remove trim from Messenger message preview.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Extendo Chat

Unduh file ekstensi Extendo Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Extendo Chat Extendo Chat
ID biikcibaojpfbcbngafncojlehmjbfef
URL Resmi https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef
Deskripsi Remove trim from Messenger message preview.
Ukuran File 3.75 KB
Jumlah Instalasi 161
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2022-12-23
Tanggal Publikasi 2019-06-26
Penilaian 4.20/5 Total 5 Penilaian
Pengembang https://waj.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}