Donald Trump Reactions

The next time you react on facebook, Donald Trump reacts with you!

Donald Trump Reactions là gì?

Donald Trump Reactions là một tiện ích mở rộng Chrome được phát triển bởi http://www.reactyourway.com, và tính năng chính của nó là "The next time you react on facebook, Donald Trump reacts with you!".

Ả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 Donald Trump Reactions

Tải xuống các tệp mở rộng Donald 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

                        Replace Facebook Reactions with Trump's Reactions!

If you'd like to have more such reactions or even have your own custom reaction, head over to www.reactyourway.com.

Note: Reload facebook & chrome to use the reaction.                    

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

Tên Donald Trump Reactions Donald Trump Reactions
ID fapbbgnmkmnhibnofekficoideaflooa
URL Chính Thức https://chrome.google.com/webstore/detail/donald-trump-reactions/fapbbgnmkmnhibnofekficoideaflooa
Mô tả The next time you react on facebook, Donald Trump reacts with you!
Kích Thước Tệp 2.69 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-03-03
Ngày Phát Hành 2016-03-03
Nhà Phát Triển http://www.reactyourway.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Donald Trump Reactions",
    "short_name": "Donald Trump Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Donald Trump reacts with you!",
    "homepage_url": "https:\/\/reactyourway.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"
    ]
}