Auto Reactions

This give reaction to all posts in current facebook page

O que é Auto Reactions?

Auto Reactions é uma extensão do Chrome desenvolvida por sundaykuloksun, e sua principal característica é "This give reaction to all posts in current facebook page".

Baixar o arquivo CRX da Extensão Auto Reactions

Baixe arquivos de extensão Auto Reactions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
URL Oficial https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Descrição This give reaction to all posts in current facebook page
Tamanho do Arquivo 91.35 KB
Contagem de Instalações 48
Versão Atual 1.6
Última Atualização 2017-11-24
Data de Publicação 2017-11-24
Classificação 3.14/5 Total de 21 Avaliações
Desenvolvedor sundaykuloksun
Tipo de Pagamento free
Site da Extensão https://github.com/199911/put-angry-face-on-all-fb-posts
URL da Página de Ajuda https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}