Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Wat is Hide reactions for facebook?
Hide reactions for facebook is een Chrome-extensie ontwikkeld door dm3352andy, en de belangrijkste functie is "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide reactions for facebook
Download Hide reactions for facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
Officiële URL | https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc |
Beschrijving | It's annoy that seeing the unnecessary reaction. Remove it and display like only. |
Bestandsgrootte | 766 KB |
Aantal Installaties | 187 |
Huidige Versie | 7 |
Laatst Bijgewerkt | 2022-12-13 |
Publicatiedatum | 2020-03-07 |
Beoordeling | 4.22/5 Totaal 9 Beoordelingen |
Ontwikkelaar | dm3352andy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://jack120707.blogspot.com/ |
Help Pagina-URL | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
Ondersteunde Talen | 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" } } |