CurryReacts For Facebook

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

¿Qué es CurryReacts For Facebook?

CurryReacts For Facebook es una extensión de Chrome desarrollada por Viren Mohindra, y su función principal es "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión CurryReacts For Facebook

Descarga archivos de extensión CurryReacts For Facebook en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre CurryReacts For Facebook CurryReacts For Facebook
ID doomjeblpidgihaceihmjcnapmhokjbo
URL Oficial https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo
Descripción Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
Tamaño del Archivo 869 KB
Cantidad de Instalaciones 21
Versión Actual 2.5
Última Actualización 2016-03-22
Fecha de Publicación 2016-03-22
Calificación 4.40/5 Total de 5 Calificaciones
Desarrollador Viren Mohindra
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://virenmohindra.me/
URL de la Página de Ayuda http://virenmohindra.me/
Idiomas Soportados 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"
    }
}