Facebook Messenger Chat Window
Opens only the chat of a full Facebook Messenger conversation by Smauglys
What is Facebook Messenger Chat Window?
Facebook Messenger Chat Window is a Chrome extension developed by Smauglys, and its main feature is "Opens only the chat of a full Facebook Messenger conversation by Smauglys".
Download Facebook Messenger Chat Window Extension CRX File
Download Facebook Messenger Chat Window 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
Usage: 2 options: 1) Open "See full conversation" window, and append #sChat to the url. 2) In chat window, select "Options>Open Chat Window", if option not available, refresh the page. Best usage when using an app shortcut: Chrome options>Tools>Create application shortcut.
Extension Basic Information
Name | ![]() |
ID | boeglhpakdkkbbphibngiphgfoopicpa |
Official URL | https://chrome.google.com/webstore/detail/facebook-messenger-chat-w/boeglhpakdkkbbphibngiphgfoopicpa |
Description | Opens only the chat of a full Facebook Messenger conversation by Smauglys |
File Size | 149 KB |
Installation Count | 172 |
Current Version | 0.0.2 |
Last Updated | 2014-08-01 |
Publish Date | 2014-08-01 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Smauglys |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Messenger Chat Window", "version": "0.0.2", "manifest_version": 2, "description": "Opens only the chat of a full Facebook Messenger conversation by Smauglys", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/preInject.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_end" } ] } |