Stick Figure Reactions

The next time you react on facebook, Stick Figures reacts with you!

Stick Figure Reactions là gì?

Stick Figure 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, Stick Figures 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 Stick Figure Reactions

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

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 Stick Figure Reactions Stick Figure Reactions
ID ckbkfkjkbghbmkmopnidlehepfphgjhi
URL Chính Thức https://chromewebstore.google.com/detail/stick-figure-reactions/ckbkfkjkbghbmkmopnidlehepfphgjhi
Mô tả The next time you react on facebook, Stick Figures reacts with you!
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 23
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á 4.00/5 Tổng số 1 Đá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": "Stick Figure Reactions",
    "short_name": "Stick Figure Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Stick Figures 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"
    ]
}