Hover Read Facebook Messages

Allows you to read Facebook messages without opening them.

What is Hover Read Facebook Messages?

Hover Read Facebook Messages is a Chrome extension developed by John Ellison, and its main feature is "Allows you to read Facebook messages without opening them.".

Download Hover Read Facebook Messages Extension CRX File

Download Hover Read Facebook 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

                        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                    

Extension Basic Information

Name Hover Read Facebook Messages Hover Read Facebook Messages
ID felcecgbpgkinbkmidnfgclcdhgkaink
Official URL https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink
Description Allows you to read Facebook messages without opening them.
File Size 3.73 KB
Installation Count 17
Current Version 0.1
Last Updated 2018-08-11
Publish Date 2018-08-11
Rating 5.00/5 Total 1 Ratings
Developer John Ellison
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}