Auto Reactions

This give reaction to all posts in current facebook page

Cos'è Auto Reactions?

Auto Reactions è un'estensione di Chrome sviluppata da sundaykuloksun, e la sua funzione principale è "This give reaction to all posts in current facebook page".

Scarica il file CRX dell'estensione Auto Reactions

Scarica i file di estensione Auto Reactions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
URL Ufficiale https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Descrizione This give reaction to all posts in current facebook page
Dimensione del File 91.35 KB
Conteggio Installazioni 48
Versione Corrente 1.6
Ultimo Aggiornamento 2017-11-24
Data di Pubblicazione 2017-11-24
Valutazione 3.14/5 Totale 21 Valutazioni
Sviluppatore sundaykuloksun
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/199911/put-angry-face-on-all-fb-posts
URL della Pagina di Aiuto https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}