Messenger Escape
Hotkey to escape Messenger chat thread.
什么是Messenger Escape?
Messenger Escape是由http://khanh.com.au开发的Chrome扩展程序,该扩展的主要功能是“Hotkey to escape Messenger chat thread.”。
扩展截图
下载Messenger Escape扩展crx文件
下载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 } |