Putilike
Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
Vad är Putilike?
Putilike är en Chrome-tillägg utvecklad av m—2—h, och dess huvudfunktion är "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".
Tilläggsskärmbilder
Ladda ner Putilike-förlängningens CRX-fil
Ladda ner Putilike-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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?
Grundläggande Information om Tillägg
Namn | Putilike |
ID | ljlpnlkfnobipkladkjikfbcgjkknjgb |
Officiell webbadress | https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb |
Beskrivning | Replaces emojis in Facebook Reactions with Vladimir Putin pictures. |
Filstorlek | 240 KB |
Antal Installationer | 15 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2016-03-09 |
Publiceringsdatum | 2016-03-09 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | m—2—h |
Betalningssätt | free |
Tilläggswebbplats | http://m-2-h.com |
Stödda Språk | 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" ] } |