Extendo Chat
Remove trim from Messenger message preview.
What is Extendo Chat?
Extendo Chat is a Chrome extension developed by https://waj.io, and its main feature is "Remove trim from Messenger message preview.".
Extension Screenshots
Download Extendo Chat Extension CRX File
Download Extendo Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Extendo Chat |
ID | biikcibaojpfbcbngafncojlehmjbfef |
Official URL | https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef |
Description | Remove trim from Messenger message preview. |
File Size | 3.75 KB |
Installation Count | 161 |
Current Version | 1.3.0 |
Last Updated | 2022-12-23 |
Publish Date | 2019-06-26 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://waj.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |