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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |