Auto Reactions

This give reaction to all posts in current facebook page

¿Qué es Auto Reactions?

Auto Reactions es una extensión de Chrome desarrollada por sundaykuloksun, y su función principal es "This give reaction to all posts in current facebook page".

Descargar Archivo CRX de la Extensión Auto Reactions

Descarga archivos de extensión Auto Reactions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
URL Oficial https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Descripción This give reaction to all posts in current facebook page
Tamaño del Archivo 91.35 KB
Cantidad de Instalaciones 48
Versión Actual 1.6
Última Actualización 2017-11-24
Fecha de Publicación 2017-11-24
Calificación 3.14/5 Total de 21 Calificaciones
Desarrollador sundaykuloksun
Tipo de Pago free
Sitio Web de la Extensión https://github.com/199911/put-angry-face-on-all-fb-posts
URL de la Página de Ayuda https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Idiomas Soportados 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:\/\/*\/*"
            ]
        }
    ]
}