Extendo Chat
Remove trim from Messenger message preview.
Extendo Chatคืออะไร?
Extendo Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://waj.io และคุณลักษณะหลักของมันคือ "Remove trim from Messenger message preview."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extendo Chat
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |