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
官方URL 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"
    ]
}