NBA Reactions

Replaces emojis in Facebook Reactions with NBA player pictures.

NBA Reactions là gì?

NBA Reactions là một tiện ích mở rộng Chrome được phát triển bởi Armin Hadziosmanovic, và tính năng chính của nó là "Replaces emojis in Facebook Reactions with NBA player pictures.".

Ả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 NBA Reactions

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

                        Facebook reactions with NBA player faces
Replaces new Facebook reactions with NBA Player faces. You're welcome.

Thanks to the article "How to build your own extension modifying Facebook Reactions":
https://francoisgrante.com/articles/customize-facebook-reactions/

Thanks to "La Giornata Tipo" for the idea.
https://www.facebook.com/LaGiornataTipo/                    

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

Tên NBA Reactions NBA Reactions
ID okabifmpjkicccpjheanimalipepdape
URL Chính Thức https://chromewebstore.google.com/detail/nba-reactions/okabifmpjkicccpjheanimalipepdape
Mô tả Replaces emojis in Facebook Reactions with NBA player pictures.
Kích Thước Tệp 573 KB
Số Lần Cài Đặt 37
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á 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Armin Hadziosmanovic
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": "NBA Reactions",
    "short_name": "NBA Reactions",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replaces emojis in Facebook Reactions with NBA player pictures.",
    "homepage_url": "https:\/\/armhadz.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"
    ]
}