Auto Reactions

This give reaction to all posts in current facebook page

Was ist Auto Reactions?

Auto Reactions ist eine Chrome-Erweiterung, die von sundaykuloksun entwickelt wurde, und ihr Hauptmerkmal ist "This give reaction to all posts in current facebook page".

Auto Reactions-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Reactions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
Offizielle URL https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Beschreibung This give reaction to all posts in current facebook page
Dateigröße 91.35 KB
Installationsanzahl 48
Aktuelle Version 1.6
Letztes Update 2017-11-24
Veröffentlichungsdatum 2017-11-24
Bewertung 3.14/5 Insgesamt 21 Bewertungen
Entwickler sundaykuloksun
Zahlungsart free
Erweiterungswebsite https://github.com/199911/put-angry-face-on-all-fb-posts
Hilfeseite URL https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}