Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

Co to jest Hover Read Facebook Messages?

Hover Read Facebook Messages to rozszerzenie Chrome opracowane przez John Ellison, a jego główną funkcją jest „Allows you to read Facebook messages without opening them.”.

Pobierz plik CRX rozszerzenia Hover Read Facebook Messages

Pobierz pliki rozszerzeń Hover Read Facebook 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

                        Allows you to hover over messages in the messenger to read them. You can also read messages without sending the read receipt!

View source code at: https://github.com/L-E-son/Hover-Read-Facebook-Messages                    

Podstawowe informacje o rozszerzeniu

Nazwa Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
Oficjalny URL https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
Opis Allows you to read Facebook messages without opening them.
Rozmiar pliku 3.73 KB
Liczba instalacji 17
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2018-08-11
Data Publikacji 2018-08-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper John Ellison
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Read Facebook Messages",
    "version": "0.1",
    "description": "Allows you to read Facebook messages without opening them.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "fbNotificationUnread.js"
            ]
        }
    ]
}