Putilike
Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
What is Putilike?
Putilike is a Chrome extension developed by m—2—h, and its main feature is "Replaces emojis in Facebook Reactions with Vladimir Putin pictures.".
Extension Screenshots
Download Putilike Extension CRX File
Download Putilike extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | Putilike |
ID | ljlpnlkfnobipkladkjikfbcgjkknjgb |
Official URL | https://chromewebstore.google.com/detail/putilike/ljlpnlkfnobipkladkjikfbcgjkknjgb |
Description | Replaces emojis in Facebook Reactions with Vladimir Putin pictures. |
File Size | 240 KB |
Installation Count | 15 |
Current Version | 0.0.1 |
Last Updated | 2016-03-09 |
Publish Date | 2016-03-09 |
Rating | 4.33/5 Total 3 Ratings |
Developer | m—2—h |
Payment Type | free |
Extension Website | http://m-2-h.com |
Supported Languages | 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" ] } |