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 هو إضافة Chrome تم تطويرها بواسطة Viren Mohindra، والميزة الرئيسية لها هي "Facebook recently released a new emoji reaction. This extension replaces them with Stephen Curry's face.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة CurryReacts For Facebook

قم بتنزيل ملفات الامتداد CurryReacts For Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}