Messenger Escape
Hotkey to escape Messenger chat thread.
Messenger Escapeคืออะไร?
Messenger Escape เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://khanh.com.au และคุณลักษณะหลักของมันคือ "Hotkey to escape Messenger chat thread."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Escape
ดาวน์โหลดไฟล์ส่วนขยาย Messenger Escape ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that adds a hotkey to the `ESC` key to escape the currently active chat thread in Facebook Messenger.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egoobbdkbjoeffgikadjiipljbnnkjlc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/messenger-escape/egoobbdkbjoeffgikadjiipljbnnkjlc |
คำอธิบาย | Hotkey to escape Messenger chat thread. |
ขนาดไฟล์ | 29.26 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2020-12-23 |
วันที่เผยแพร่ | 2020-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://khanh.com.au |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger Escape", "version": "0.6", "description": "Hotkey to escape Messenger chat thread.", "permissions": [ "declarativeContent" ], "web_accessible_resources": [ "listener.js", "images\/m_escape_splash.png" ], "background": { "scripts": [ "hotkey.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "images\/m_escape_128.png" }, "manifest_version": 2 } |