Hide reactions for facebook

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

Cos'è Hide reactions for facebook?

Hide reactions for facebook è un'estensione di Chrome sviluppata da dm3352andy, e la sua funzione principale è "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hide reactions for facebook

Scarica i file di estensione Hide reactions for facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide reactions for facebook Hide reactions for facebook
ID lcaijjlnhkjilbeeafabmlpgpmonnadc
URL Ufficiale https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc
Descrizione It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Dimensione del File 766 KB
Conteggio Installazioni 187
Versione Corrente 7
Ultimo Aggiornamento 2022-12-13
Data di Pubblicazione 2020-03-07
Valutazione 4.22/5 Totale 9 Valutazioni
Sviluppatore dm3352andy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jack120707.blogspot.com/
URL della Pagina di Aiuto https://github.com/asadman1523/Hidden-Reactions-for-facebook
Lingue Supportate 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"
    }
}