Messenger OnlyUnread (Hide Read Messages)
Only show unread messages in messenger.com
Co to jest Messenger OnlyUnread (Hide Read Messages)?
Messenger OnlyUnread (Hide Read Messages) to rozszerzenie Chrome opracowane przez bfav, a jego główną funkcją jest „Only show unread messages in messenger.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Messenger OnlyUnread (Hide Read Messages)
Pobierz pliki rozszerzeń Messenger OnlyUnread (Hide Read Messages) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Messenger OnlyUnread (Hide Read Messages) |
ID | kechaigediijjfdkdnlnnkppjdfgjjdg |
Oficjalny URL | https://chromewebstore.google.com/detail/messenger-onlyunread-hide/kechaigediijjfdkdnlnnkppjdfgjjdg |
Opis | Only show unread messages in messenger.com |
Rozmiar pliku | 26.13 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2019-03-22 |
Data Publikacji | 2019-03-21 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | bfav |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |