Disney Reactions

The next time you react on facebook, Disney Characters reacts with you!

Disney Reactions là gì?

Disney 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, Disney Characters 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 Disney Reactions

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

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 Disney Reactions Disney Reactions
ID bdjmggdjcfldgaeinlickgkgejilhffm
URL Chính Thức https://chrome.google.com/webstore/detail/disney-reactions/bdjmggdjcfldgaeinlickgkgejilhffm
Mô tả The next time you react on facebook, Disney Characters reacts with you!
Kích Thước Tệp 609 KB
Số Lần Cài Đặt 100
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 Giá 3.00/5 Tổng số 2 Đánh Giá
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": "Disney Reactions",
    "short_name": "Disney Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "The next time you react on facebook, Disney Characters 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"
    ]
}