Hide reactions for facebook

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

Was ist Hide reactions for facebook?

Hide reactions for facebook ist eine Chrome-Erweiterung, die von dm3352andy entwickelt wurde, und ihr Hauptmerkmal ist "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".

Erweiterungsscreenshots

screenshot
screenshot

Hide reactions for facebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide reactions for facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
Offizielle URL https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
Beschreibung It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Dateigröße 766 KB
Installationsanzahl 187
Aktuelle Version 7
Letztes Update 2022-12-13
Veröffentlichungsdatum 2020-03-07
Bewertung 4.22/5 Insgesamt 9 Bewertungen
Entwickler dm3352andy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jack120707.blogspot.com/
Hilfeseite URL https://github.com/asadman1523/Hidden-Reactions-for-facebook
Unterstützte Sprachen 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"
    }
}