Autonomous Angries

When click the angry react button the icon comes alive.

什麼是Autonomous Angries?

Autonomous Angries是由Procrastinating Student開發的Chrome擴展程式,該擴展的主要功能是“When click the angry react button the icon comes alive.”。

擴展截圖

screenshot
screenshot

下載Autonomous Angries擴展crx文件

下載Autonomous Angries擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Need more angry in your life? This is the extension for you.

Reacting angrily to a facebook post or comment makes your angry react emoji come to life. If you change the reaction it goes away.

Edit: from now on the emoji size will be proportional the number of angry reacts                    

擴展基本資訊

名稱 Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
官方網址 https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
簡介 When click the angry react button the icon comes alive.
檔案大小 75.02 KB
安裝次數 173
目前版本 1.0.2
更新時間 2018-01-09
上架時間 2018-01-08
評分 4.75/5 共 4 次評分
開發者 Procrastinating Student
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autonomous Angries",
    "description": "When click the angry react button the icon comes alive.",
    "version": "1.0.2",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "third-party\/jquery-1.12.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/emoji-19.png",
            "38": "images\/emoji-38.png"
        }
    },
    "manifest_version": 2
}