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
Eメール [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"
            ]
        }
    ]
}