Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

Hvad er Hover Read Facebook Messages?

Hover Read Facebook Messages er en Chrome-udvidelse udviklet af John Ellison, og dens hovedfunktion er "Allows you to read Facebook messages without opening them.".

Download Hover Read Facebook Messages-udvidelses-CRX-fil

Download Hover Read Facebook Messages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
Officiel URL https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
Beskrivelse Allows you to read Facebook messages without opening them.
Filstørrelse 3.73 KB
Antal Installationer 17
Nuværende Version 0.1
Senest Opdateret 2018-08-11
Udgivelsesdato 2018-08-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler John Ellison
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}