CurryReacts For Facebook

Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.

CurryReacts For Facebook là gì?

CurryReacts For Facebook là một tiện ích mở rộng Chrome được phát triển bởi Viren Mohindra, và tính năng chính của nó là "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CurryReacts For Facebook

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

                        Steph Curry with the 3! Following his insane season, I felt we owed him some sort of a gift for all that he has brought to us, and Basketball. This swaps out the recently implemented Facebook Reaction emoji's with Stephen Curry's beautiful face.

I hope you enjoy!

Facebook permissions needed to, well, access the emoji's and swap them out.



Open source: https://github.com/VirenMohindra/CurryReacts


___
Inspired by Francois Grante and his work involving Trump Reactions                    

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

Tên CurryReacts For Facebook CurryReacts For Facebook
ID doomjeblpidgihaceihmjcnapmhokjbo
URL Chính Thức https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo
Mô tả Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
Kích Thước Tệp 869 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2016-03-22
Ngày Phát Hành 2016-03-22
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Viren Mohindra
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://virenmohindra.me/
URL Trang Trợ Giúp http://virenmohindra.me/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    },
    "options_page": "popup.html",
    "name": "CurryReacts For Facebook",
    "short_name": "CurryReactsForFB",
    "version": "2.5",
    "manifest_version": 2,
    "description": "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.",
    "homepage_url": "http:\/\/virenmohindra.me\/",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "css\/curry.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "icons": {
        "16": "icons\/icon1.png",
        "48": "icons\/icon2.png",
        "128": "icons\/icon3.png"
    }
}