Extendo Chat

Remove trim from Messenger message preview.

什麼是Extendo Chat?

Extendo Chat是由https://waj.io開發的Chrome擴展程式,該擴展的主要功能是“Remove trim from Messenger message preview.”。

擴展截圖

screenshot

下載Extendo Chat擴展crx文件

下載Extendo Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}