Auto Reactions
This give reaction to all posts in current facebook page
Co to jest Auto Reactions?
Auto Reactions to rozszerzenie Chrome opracowane przez sundaykuloksun, a jego główną funkcją jest „This give reaction to all posts in current facebook page”.
Pobierz plik CRX rozszerzenia Auto Reactions
Pobierz pliki rozszerzeń Auto Reactions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | dgnmahcjhdlpdobcabankkjidigcnifb |
Oficjalny URL | https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb |
Opis | This give reaction to all posts in current facebook page |
Rozmiar pliku | 91.35 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2017-11-24 |
Data Publikacji | 2017-11-24 |
Ocena | 3.14/5 Łącznie 21 Oceny |
Deweloper | sundaykuloksun |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/199911/put-angry-face-on-all-fb-posts |
Adres URL Strony Pomocy | https://github.com/199911/put-angry-face-on-all-fb-posts/issues |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |