Auto Reactions
This give reaction to all posts in current facebook page
Co je Auto Reactions?
Auto Reactions je rozšíření Chrome vyvinuté sundaykuloksun, a jeho hlavní funkcí je „This give reaction to all posts in current facebook page“.
Stáhnout soubor CRX rozšíření Auto Reactions
Stáhněte si soubory rozšíření Auto Reactions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
Oficiální URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Popis | This give reaction to all posts in current facebook page |
Velikost souboru | 91.35 KB |
Počet instalací | 48 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2017-11-24 |
Datum Vydání | 2017-11-24 |
Hodnocení | 3.14/5 Celkem 21 Hodnocení |
Vývojář | sundaykuloksun |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/199911/put-angry-face-on-all-fb-posts |
URL Stránky Nápovědy | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |