Messenger View Unread
See unread threads in Messenger
What is Messenger View Unread?
Messenger View Unread is a Chrome extension developed by mikeyla, and its main feature is "See unread threads in Messenger".
Download Messenger View Unread Extension CRX File
Download Messenger View Unread 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
If you've got the Facebook Messenger bug which doesn't show all unread messages, this adds a button to your toolbar which shows unread messages.
Extension Basic Information
Name | |
ID | aohpnokaogdciojnafepflfppcpocdfd |
Official URL | https://chrome.google.com/webstore/detail/messenger-view-unread/aohpnokaogdciojnafepflfppcpocdfd |
Description | See unread threads in Messenger |
File Size | 124 KB |
Installation Count | 31 |
Current Version | 1.5 |
Last Updated | 2018-07-13 |
Publish Date | 2018-07-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | mikeyla |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger View Unread", "version": "1.5", "manifest_version": 2, "description": "See unread threads in Messenger", "homepage_url": "http:\/\/everythingisfilm.com", "author": "Michael Morgenstern", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "View Unread in Messenger" }, "default_locale": "en", "permissions": [ "http:\/\/messenger.com\/*", "https:\/\/messenger.com\/*", "http:\/\/www.messenger.com\/*", "https:\/\/www.messenger.com\/*" ], "web_accessible_resources": [ "icons\/newfavico.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "all_frames": true } ] } |