Heart React for Messenger

Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions

What is Heart React for Messenger?

Heart React for Messenger is a Chrome extension developed by Matty Hempstead, and its main feature is "Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions".

Extension Screenshots

screenshot

Download Heart React for Messenger Extension CRX File

Download Heart React for Messenger 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

                        As Facebook has now removed the Heart Eyes react and replaced it with the Heart reaction, this extension to add the Heart react is irrelevant.
Instead, I have released a new extension called "Heart Eyes for Messenger" which adds back the missing Heart Eyes reaction.
😍 https://chrome.google.com/webstore/detail/heart-eyes-for-messenger/fomiebabmnhlmlinnikampfblffjceoi 😍


Normally the heart react is only visible to a select few individuals.  
However, this extension unlocks the heart reaction capabilities for all users.  

❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️

Heart React for Messenger is currently available on:  
❤️ messenger.com ❤️  
❤️ www.facebook.com ❤️  
❤️ www.facebook.com/messages ❤️  

❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️


For Alex.                    

Extension Basic Information

Name Heart React for Messenger Heart React for Messenger
ID ohhhckeljnecaiamhlahbpdccchbofgl
Official URL https://chromewebstore.google.com/detail/heart-react-for-messenger/ohhhckeljnecaiamhlahbpdccchbofgl
Description Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions
File Size 27.71 KB
Installation Count 666
Current Version 1.6.1
Last Updated 2020-04-08
Publish Date 2020-04-07
Rating 4.41/5 Total 27 Ratings
Developer Matty Hempstead
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Heart React for Messenger",
    "description": "Adds the \u2764\ufe0f heart \u2764\ufe0f reaction to Facebook Messenger reactions",
    "version": "1.6.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/messages\/*",
                "http:\/\/www.facebook.com\/messages\/*",
                "https:\/\/www.messenger.com\/*",
                "http:\/\/www.messenger.com\/*",
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/inject-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/fb-heart-react.js"
    ]
}