CurryReacts For Facebook

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

Was ist CurryReacts For Facebook?

CurryReacts For Facebook ist eine Chrome-Erweiterung, die von Viren Mohindra entwickelt wurde, und ihr Hauptmerkmal ist "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.".

Erweiterungsscreenshots

screenshot
screenshot

CurryReacts For Facebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie CurryReacts For Facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name CurryReacts For Facebook CurryReacts For Facebook
ID doomjeblpidgihaceihmjcnapmhokjbo
Offizielle URL https://chrome.google.com/webstore/detail/curryreacts-for-facebook/doomjeblpidgihaceihmjcnapmhokjbo
Beschreibung Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.
Dateigröße 869 KB
Installationsanzahl 21
Aktuelle Version 2.5
Letztes Update 2016-03-22
Veröffentlichungsdatum 2016-03-22
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler Viren Mohindra
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://virenmohindra.me/
Hilfeseite URL http://virenmohindra.me/
Unterstützte Sprachen 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"
    }
}