Messenger OnlyUnread (Hide Read Messages)
Only show unread messages in messenger.com
What is Messenger OnlyUnread (Hide Read Messages)?
Messenger OnlyUnread (Hide Read Messages) is a Chrome extension developed by bfav, and its main feature is "Only show unread messages in messenger.com".
Extension Screenshots
Download Messenger OnlyUnread (Hide Read Messages) Extension CRX File
Download Messenger OnlyUnread (Hide Read Messages) 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
I use Facebook Messenger a LOT – and got pretty tired of unread messages disappearing because they sink to the very bottom. Facebook has no way to just show unread messages. This extension hides messages that have been read in Facebook Messenger. You click "Hide Read" and it starts hiding all the read messages, and refreshes the messages to fetch more. Click "Pause Hiding" to pause the fetching, but still show the unread messages at the top. And click "Show All" to go back to showing all the messages.
Extension Basic Information
Name | Messenger OnlyUnread (Hide Read Messages) |
ID | kechaigediijjfdkdnlnnkppjdfgjjdg |
Official URL | https://chromewebstore.google.com/detail/messenger-onlyunread-hide/kechaigediijjfdkdnlnnkppjdfgjjdg |
Description | Only show unread messages in messenger.com |
File Size | 26.13 KB |
Installation Count | 22 |
Current Version | 0.0.1 |
Last Updated | 2019-03-22 |
Publish Date | 2019-03-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | bfav |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger OnlyUnread (Hide Read Messages)", "description": "Only show unread messages in messenger.com", "version": "0.0.1", "author": "Bruno Faviero", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "content.js" ] } ] } |