Trump Reactions

What if Facebook reactions were Trumps instead of Emojis?

什麼是Trump Reactions?

Trump Reactions是由https://francoisgrante.com開發的Chrome擴展程式,該擴展的主要功能是“What if Facebook reactions were Trumps instead of Emojis?”。

擴展截圖

screenshot

下載Trump Reactions擴展crx文件

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

擴展使用說明

                        Replaces new Facebook reactions by Trump. You're welcome.

How to build your own extension modifying Facebook Reactions:
https://francoisgrante.com/articles/customize-facebook-reactions/

This Chrome extension was inspired by Hunter Schwartz's tweet:
https://twitter.com/hunterschwarz/status/702954959927644160                    

擴展基本資訊

名稱 Trump Reactions Trump Reactions
ID mpmagkkbcjbhpmkofldmmofgpamkkbjh
官方網址 https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh
簡介 What if Facebook reactions were Trumps instead of Emojis?
檔案大小 296 KB
安裝次數 109
目前版本 0.0.1
更新時間 2016-02-28
上架時間 2016-02-28
評分 3.41/5 共 17 次評分
開發者 https://francoisgrante.com
付費類型 free
擴展官網 https://francoisgrante.com
說明頁面URL https://twitter.com/FGrante
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Reactions",
    "short_name": "Trump Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "What if Facebook reactions were Trumps instead of Emojis?",
    "homepage_url": "https:\/\/francoisgrante.com",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "content_script\/replace-reactions.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}