Trump Reactions

What if Facebook reactions were Trumps instead of Emojis?

What is Trump Reactions?

Trump Reactions is a Chrome extension developed by https://francoisgrante.com, and its main feature is "What if Facebook reactions were Trumps instead of Emojis?".

Extension Screenshots

screenshot

Download Trump Reactions Extension CRX File

Download Trump Reactions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Trump Reactions Trump Reactions
ID mpmagkkbcjbhpmkofldmmofgpamkkbjh
Official URL https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh
Description What if Facebook reactions were Trumps instead of Emojis?
File Size 296 KB
Installation Count 109
Current Version 0.0.1
Last Updated 2016-02-28
Publish Date 2016-02-28
Rating 3.41/5 Total 17 Ratings
Developer https://francoisgrante.com
Payment Type free
Extension Website https://francoisgrante.com
Help Page URL https://twitter.com/FGrante
Supported Languages 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"
    ]
}