Putilike

Replaces emojis in Facebook Reactions with Vladimir Putin pictures.

ما هو Putilike؟

Putilike هو إضافة Chrome تم تطويرها بواسطة m—2—h، والميزة الرئيسية لها هي "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".

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

screenshot

تحميل ملف CRX للإضافة Putilike

قم بتنزيل ملفات الامتداد Putilike بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        We at m—2—h really like the new way Mark Zuckerberg propose us to express feelings on Facebook — Facebook Reactions are awesome, but... (there is always that but) we thought that it is completely unfair to limit ourselves to those boring yellow faces. What if you want to express yourself as Vladimir Putin?                    

معلومات أساسية عن التمديد

الاسم Putilike Putilike
ID ljlpnlkfnobipkladkjikfbcgjkknjgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb
الوصف Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
حجم الملف 240 KB
عدد التثبيتات 15
النسخة الحالية 0.0.1
آخر تحديث 2016-03-09
تاريخ النشر 2016-03-09
تقييم 4.33/5 مجموع تقييمات 3
المطور m—2—h
نوع الدفع free
موقع الإضافة http://m-2-h.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Putilike",
    "short_name": "Putilike",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.",
    "homepage_url": "http:\/\/m-2-h.com",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "content_script\/replace-reactions.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}