Keyboard Shortcuts for Messenger

Keyboard shortcuts for Facebook Messenger (messenger.com).

What is Keyboard Shortcuts for Messenger?

Keyboard Shortcuts for Messenger is a Chrome extension developed by Allen Guo, and its main feature is "Keyboard shortcuts for Facebook Messenger (messenger.com).".

Extension Screenshots

screenshot

Download Keyboard Shortcuts for Messenger Extension CRX File

Download Keyboard Shortcuts for Messenger 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

                        Want to stay online but too tired to move your mouse? We've all been there. Keyboard Shortcuts for Messenger has you covered. With KSM, you'll be able to compose messages and jump between conversations with ease and agility -- all without clicking anything!

This extension is open source! Contribute your ideas and comments at http://goo.gl/PVw7ub.

View our privacy policy at http://aguo.us/projects/ksm/privacy.html.                    

Extension Basic Information

Name Keyboard Shortcuts for Messenger Keyboard Shortcuts for Messenger
ID elgfaolomlhhmppjdicpgpmglkllebfb
Official URL https://chromewebstore.google.com/detail/keyboard-shortcuts-for-me/elgfaolomlhhmppjdicpgpmglkllebfb
Description Keyboard shortcuts for Facebook Messenger (messenger.com).
File Size 8.06 KB
Installation Count 376
Current Version 4.0.3
Last Updated 2022-11-17
Publish Date 2020-04-29
Rating 4.89/5 Total 9 Ratings
Developer Allen Guo
Email [email protected]
Payment Type free
Extension Website https://github.com/guoguo12/messenger-shortcuts
Help Page URL http://aguo.us/projects/ksm/privacy.html
Privacy Policy Page URL http://aguo.us/projects/ksm/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard Shortcuts for Messenger",
    "version": "4.0.3",
    "description": "Keyboard shortcuts for Facebook Messenger (messenger.com).",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.messenger.com\/*"
            ],
            "js": [
                "messenger-shortcuts.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.messenger.com\/*",
        "*:\/\/www.facebook.com\/messages\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/guoguo12\/messenger-shortcuts",
    "web_accessible_resources": [
        "lang\/*.json"
    ]
}