Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

Wat is Hover Read Facebook Messages?

Hover Read Facebook Messages is een Chrome-extensie ontwikkeld door John Ellison, en de belangrijkste functie is "Allows you to read Facebook messages without opening them.".

Download het CRX-bestand van de extensie Hover Read Facebook Messages

Download Hover Read Facebook Messages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
Officiële URL https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
Beschrijving Allows you to read Facebook messages without opening them.
Bestandsgrootte 3.73 KB
Aantal Installaties 17
Huidige Versie 0.1
Laatst Bijgewerkt 2018-08-11
Publicatiedatum 2018-08-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar John Ellison
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}