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