Putilike
Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Co to jest Putilike?
Putilike to rozszerzenie Chrome opracowane przez m—2—h, a jego główną funkcją jest „Replaces emojis in Facebook Reactions with Vladimir Putin pictures.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Putilike
Pobierz pliki rozszerzeń Putilike w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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?
Podstawowe informacje o rozszerzeniu
Nazwa | Putilike |
ID | ljlpnlkfnobipkladkjikfbcgjkknjgb |
Oficjalny URL | https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb |
Opis | Replaces emojis in Facebook Reactions with Vladimir Putin pictures. |
Rozmiar pliku | 240 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-03-09 |
Data Publikacji | 2016-03-09 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | m—2—h |
Typ Płatności | free |
Strona Rozszerzenia | http://m-2-h.com |
Obsługiwane Języki | 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" ] } |