CurryReacts For Facebook

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

CurryReacts For Facebook란 무엇입니까?

CurryReacts For Facebook은(는) Viren Mohindra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CurryReacts For Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CurryReacts For Facebook CurryReacts For Facebook
ID doomjeblpidgihaceihmjcnapmhokjbo
공식 URL https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo
설명 Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
파일 크기 869 KB
설치 횟수 21
현재 버전 2.5
최근 업데이트 2016-03-22
출시 날짜 2016-03-22
평점 4.40/5 총 5 개의 평점
개발자 Viren Mohindra
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://virenmohindra.me/
도움말 페이지 URL http://virenmohindra.me/
지원되는 언어 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"
    }
}