Extendo Chat
Remove trim from Messenger message preview.
Cos'è Extendo Chat?
Extendo Chat è un'estensione di Chrome sviluppata da https://waj.io, e la sua funzione principale è "Remove trim from Messenger message preview.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extendo Chat
Scarica i file di estensione Extendo Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Extendo Chat |
ID | biikcibaojpfbcbngafncojlehmjbfef |
URL Ufficiale | https://chromewebstore.google.com/detail/extendo-chat/biikcibaojpfbcbngafncojlehmjbfef |
Descrizione | Remove trim from Messenger message preview. |
Dimensione del File | 3.75 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2022-12-23 |
Data di Pubblicazione | 2019-06-26 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://waj.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |