Putilike
Replaces emojis in Facebook Reactions with Vladimir Putin pictures.
什麼是Putilike?
Putilike是由m—2—h開發的Chrome擴展程式,該擴展的主要功能是“Replaces emojis in Facebook Reactions with Vladimir Putin pictures.”。
擴展截圖
下載Putilike擴展crx文件
下載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 |
ID | ljlpnlkfnobipkladkjikfbcgjkknjgb |
官方網址 | 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" ] } |