Auto Reactions

This give reaction to all posts in current facebook page

什麼是Auto Reactions?

Auto Reactions是由sundaykuloksun開發的Chrome擴展程式,該擴展的主要功能是“This give reaction to all posts in current facebook page”。

下載Auto Reactions擴展crx文件

下載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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}