Messenger Escape

Hotkey to escape Messenger chat thread.

What is Messenger Escape?

Messenger Escape is a Chrome extension developed by http://khanh.com.au, and its main feature is "Hotkey to escape Messenger chat thread.".

Extension Screenshots

screenshot

Download Messenger Escape Extension CRX File

Download Messenger Escape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension that adds a hotkey to the `ESC` key to escape the currently active chat thread in Facebook Messenger.                    

Extension Basic Information

Name Messenger Escape Messenger Escape
ID egoobbdkbjoeffgikadjiipljbnnkjlc
Official URL https://chrome.google.com/webstore/detail/messenger-escape/egoobbdkbjoeffgikadjiipljbnnkjlc
Description Hotkey to escape Messenger chat thread.
File Size 29.26 KB
Installation Count 32
Current Version 0.6
Last Updated 2020-12-23
Publish Date 2020-11-02
Rating 5.00/5 Total 1 Ratings
Developer http://khanh.com.au
Email [email protected]
Payment Type free
Supported Languages 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
}