Hide reactions for facebook

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

Co to jest Hide reactions for facebook?

Hide reactions for facebook to rozszerzenie Chrome opracowane przez dm3352andy, a jego główną funkcją jest „It's annoy that seeing the unnecessary reaction. Remove it and display like only.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hide reactions for facebook

Pobierz pliki rozszerzeń Hide reactions for facebook w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
Oficjalny URL https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
Opis It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Rozmiar pliku 766 KB
Liczba instalacji 187
Aktualna Wersja 7
Ostatnia Aktualizacja 2022-12-13
Data Publikacji 2020-03-07
Ocena 4.22/5 Łącznie 9 Oceny
Deweloper dm3352andy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jack120707.blogspot.com/
Adres URL Strony Pomocy https://github.com/asadman1523/Hidden-Reactions-for-facebook
Obsługiwane Języki 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"
    }
}