Putilike
Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Apa itu Putilike?
Putilike adalah ekstensi Chrome yang dikembangkan oleh m—2—h, dan fitur utamanya adalah "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Putilike
Unduh file ekstensi Putilike dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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?
Informasi Dasar Ekstensi
Nama | Putilike |
ID | ljlpnlkfnobipkladkjikfbcgjkknjgb |
URL Resmi | https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb |
Deskripsi | Replaces emojis in Facebook Reactions with Vladimir Putin pictures. |
Ukuran File | 240 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-03-09 |
Tanggal Publikasi | 2016-03-09 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | m—2—h |
Tipe Pembayaran | free |
Situs Ekstensi | http://m-2-h.com |
Bahasa yang Didukung | 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" ] } |