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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}