Minion Reactions

The next time you react on facebook, Minions reacts with you!

Minion Reactions là gì?

Minion Reactions là một tiện ích mở rộng Chrome được phát triển bởi https://www.reactyourway.com, và tính năng chính của nó là "The next time you react on facebook, Minions 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 Minion Reactions

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

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 Minion Reactions Minion Reactions
ID hlgdikgekkigfiojkfpcpefcaicgckce
URL Chính Thức https://chromewebstore.google.com/detail/minion-reactions/hlgdikgekkigfiojkfpcpefcaicgckce
Mô tả The next time you react on facebook, Minions reacts with you!
Kích Thước Tệp 592 KB
Số Lần Cài Đặt 337
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-03-04
Ngày Phát Hành 2016-03-03
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://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": "Minion Reactions",
    "short_name": "Minion Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Minions 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"
    ]
}