Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Qu'est-ce que Hide reactions for facebook ?
Hide reactions for facebook est une extension Chrome développée par dm3352andy, et sa fonction principale est "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide reactions for facebook
Téléchargez les fichiers d'extension Hide reactions for facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
URL Officiel | 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. |
Taille du Fichier | 766 KB |
Nombre d'Installations | 187 |
Version Actuelle | 7 |
Dernière Mise à Jour | 2022-12-13 |
Date de Publication | 2020-03-07 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | dm3352andy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://jack120707.blogspot.com/ |
URL de la Page d'Aide | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
Langues Prises en Charge | 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" } } |