Auto Reactions
This give reaction to all posts in current facebook page
Qu'est-ce que Auto Reactions ?
Auto Reactions est une extension Chrome développée par sundaykuloksun, et sa fonction principale est "This give reaction to all posts in current facebook page".
Télécharger le fichier CRX de l'extension Auto Reactions
Téléchargez les fichiers d'extension Auto Reactions 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
Automatically put any reactions on your current facebook page. But you have to manually trigger the reaction bar first. This plugin is an open source project, feel free to contribute :P https://github.com/199911/put-angry-face-on-all-fb-posts Change log: Fixed bug report by user in 1.5 Add thanksful button for mother's day in 1.4 Code clean up in 1.3 Facebook change the html of reaction panel, updated in 1.2 We have updated the UI in 1.1 :D
Informations de Base sur l'Extension
Nom | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
URL Officiel | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Description | This give reaction to all posts in current facebook page |
Taille du Fichier | 91.35 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2017-11-24 |
Date de Publication | 2017-11-24 |
Évaluation | 3.14/5 Total 21 Évaluations |
Développeur | sundaykuloksun |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/199911/put-angry-face-on-all-fb-posts |
URL de la Page d'Aide | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Reactions", "description": "This give reaction to all posts in current facebook page", "version": "1.6", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "put-angry-icon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |