Auto Reactions
This give reaction to all posts in current facebook page
What is Auto Reactions?
Auto Reactions is a Chrome extension developed by sundaykuloksun, and its main feature is "This give reaction to all posts in current facebook page".
Download Auto Reactions Extension CRX File
Download Auto Reactions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
Official URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Description | This give reaction to all posts in current facebook page |
File Size | 91.35 KB |
Installation Count | 48 |
Current Version | 1.6 |
Last Updated | 2017-11-24 |
Publish Date | 2017-11-24 |
Rating | 3.14/5 Total 21 Ratings |
Developer | sundaykuloksun |
Payment Type | free |
Extension Website | https://github.com/199911/put-angry-face-on-all-fb-posts |
Help Page URL | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Supported Languages | 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:\/\/*\/*" ] } ] } |