Auto Reactions

This give reaction to all posts in current facebook page

Что такое Auto Reactions?

Auto Reactions - это расширение Chrome, разработанное sundaykuloksun, и его основная функция - "This give reaction to all posts in current facebook page".

Скачать файл CRX расширения Auto Reactions

Скачайте файлы расширений Auto Reactions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Auto Reactions Auto Reactions
ID dgnmahcjhdlpdobcabankkjidigcnifb
Официальный URL https://chrome.google.com/webstore/detail/auto-reactions/dgnmahcjhdlpdobcabankkjidigcnifb
Описание This give reaction to all posts in current facebook page
Размер файла 91.35 KB
Количество установок 48
Текущая Версия 1.6
Последнее Обновление 2017-11-24
Дата публикации 2017-11-24
Рейтинг 3.14/5 Всего 21 оценок
Разработчик sundaykuloksun
Тип оплаты free
Официальный сайт расширения https://github.com/199911/put-angry-face-on-all-fb-posts
URL страницы помощи https://github.com/199911/put-angry-face-on-all-fb-posts/issues
Поддерживаемые языки 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:\/\/*\/*"
            ]
        }
    ]
}