Hide reactions for facebook

It's annoy that seeing the unnecessary reaction. Remove it and display like only.

What is Hide reactions for facebook?

Hide reactions for facebook is a Chrome extension developed by dm3352andy, and its main feature is "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".

Extension Screenshots

screenshot
screenshot

Download Hide reactions for facebook Extension CRX File

Download Hide reactions for facebook 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

                        Sometimes, facebook posts is tedious or spam but there are some user still click love, wow...etc  reaction. It's very annoying.

This plugin help you hide reactions from facebook post and leave popular only. Make facebook looks simple and clear.                    

Extension Basic Information

Name Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
Official URL https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
Description It's annoy that seeing the unnecessary reaction. Remove it and display like only.
File Size 766 KB
Installation Count 187
Current Version 7
Last Updated 2022-12-13
Publish Date 2020-03-07
Rating 4.22/5 Total 9 Ratings
Developer dm3352andy
Email [email protected]
Payment Type free
Extension Website https://jack120707.blogspot.com/
Help Page URL https://github.com/asadman1523/Hidden-Reactions-for-facebook
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide reactions for facebook",
    "description": "It's annoy that seeing the unnecessary reaction. Remove it and display like only.",
    "version": "7",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "commands": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}