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
公式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:\/\/*\/*"
            ]
        }
    ]
}