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"
    ]
}