Auto Reactions
This give reaction to all posts in current facebook page
Wat is Auto Reactions?
Auto Reactions is een Chrome-extensie ontwikkeld door sundaykuloksun, en de belangrijkste functie is "This give reaction to all posts in current facebook page".
Download het CRX-bestand van de extensie Auto Reactions
Download Auto Reactions-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
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
Officiële URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Beschrijving | This give reaction to all posts in current facebook page |
Bestandsgrootte | 91.35 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2017-11-24 |
Publicatiedatum | 2017-11-24 |
Beoordeling | 3.14/5 Totaal 21 Beoordelingen |
Ontwikkelaar | sundaykuloksun |
Betalingswijze | free |
Extensiewebsite | https://github.com/199911/put-angry-face-on-all-fb-posts |
Help Pagina-URL | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |