Say Nope to Facebook Reactions

Disables annoying new Facebook reactions from showing when hovering.

What is Say Nope to Facebook Reactions?

Say Nope to Facebook Reactions is a Chrome extension developed by samsamskies, and its main feature is "Disables annoying new Facebook reactions from showing when hovering.".

Extension Screenshots

screenshot

Download Say Nope to Facebook Reactions Extension CRX File

Download Say Nope to Facebook Reactions 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

                        The new Facebook reactions were annoyingly popping up everytime I hovered over the Like button, so I decided to do something about it. This extension just simply makes it so that you can't see the reactions popup.

Nope icon stolen from The Oatmeal. http://theoatmeal.com/comics/facebook_reactions                    

Extension Basic Information

Name Say Nope to Facebook Reactions Say Nope to Facebook Reactions
ID fiegjeeldjbadiiabfdemkeggpcjfmme
Official URL https://chromewebstore.google.com/detail/say-nope-to-facebook-reac/fiegjeeldjbadiiabfdemkeggpcjfmme
Description Disables annoying new Facebook reactions from showing when hovering.
File Size 6.97 KB
Installation Count 45
Current Version 1.0
Last Updated 2016-02-27
Publish Date 2016-02-26
Rating 3.89/5 Total 9 Ratings
Developer samsamskies
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Say Nope to Facebook Reactions",
    "description": "Disables annoying new Facebook reactions from showing when hovering.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}