Auto Reactions

This give reaction to all posts in current facebook page

Hvad er Auto Reactions?

Auto Reactions er en Chrome-udvidelse udviklet af sundaykuloksun, og dens hovedfunktion er "This give reaction to all posts in current facebook page".

Download Auto Reactions-udvidelses-CRX-fil

Download Auto Reactions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
Officiel URL https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Beskrivelse This give reaction to all posts in current facebook page
Filstørrelse 91.35 KB
Antal Installationer 48
Nuværende Version 1.6
Senest Opdateret 2017-11-24
Udgivelsesdato 2017-11-24
Bedømmelse 3.14/5 Samlet 21 Bedømmelser
Udvikler sundaykuloksun
Betalingsmetode free
Udvidelseswebsted https://github.com/199911/put-angry-face-on-all-fb-posts
Hjælpeside-URL https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}