Trump Reactions

What if Facebook reactions were Trumps instead of Emojis?

Trump Reactions là gì?

Trump Reactions là một tiện ích mở rộng Chrome được phát triển bởi https://francoisgrante.com, và tính năng chính của nó là "What if Facebook reactions were Trumps instead of Emojis?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trump Reactions

Tải xuống các tệp mở rộng Trump Reactions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trump Reactions Trump Reactions
ID mpmagkkbcjbhpmkofldmmofgpamkkbjh
URL Chính Thức https://chrome.google.com/webstore/detail/trump-reactions/mpmagkkbcjbhpmkofldmmofgpamkkbjh
Mô tả What if Facebook reactions were Trumps instead of Emojis?
Kích Thước Tệp 296 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-02-28
Ngày Phát Hành 2016-02-28
Đánh Giá 3.41/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://francoisgrante.com
Loại Thanh Toán free
Trang Web Mở Rộng https://francoisgrante.com
URL Trang Trợ Giúp https://twitter.com/FGrante
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}