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 |
公式URL | 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" ] } |