Heart Eyes for Messenger
Adds the 😍 heart eyes 😍 reaction to Facebook Messenger
Heart Eyes for Messengerとは何ですか?
Heart Eyes for MessengerはMatty Hempsteadによって開発されたChromeの拡張機能で、その主な機能は「Adds the 😍 heart eyes 😍 reaction to Facebook Messenger」です。
拡張機能のスクリーンショット
Heart Eyes for Messenger拡張機能のCRXファイルをダウンロード
Heart Eyes for Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Around March 2020, Facebook removed the heart eyes reaction for instant messages.
However, this extension restores heart eyes reaction functionality for all users.
❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
Heart Eyes for Messenger is currently available on:
😍 messenger.com 😍
😍 www.facebook.com 😍
😍 www.facebook.com/messages 😍
❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
Image credit for the Heart Eyes Emoji goes to Twemoji 拡張機能の基本情報
| 名前 | |
| ID | fomiebabmnhlmlinnikampfblffjceoi |
| 公式URL | https://chromewebstore.google.com/detail/heart-eyes-for-messenger/fomiebabmnhlmlinnikampfblffjceoi |
| 説明 | Adds the 😍 heart eyes 😍 reaction to Facebook Messenger |
| ファイルサイズ | 43.66 KB |
| インストール数 | 174 |
| 現在のバージョン | 2.1.3 |
| 最終更新日 | 2020-05-09 |
| 公開日 | 2020-05-09 |
| 評価 | 4.50/5 合計 8 レビュー |
| 開発者 | Matty Hempstead |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Heart Eyes for Messenger",
"description": "Adds the \ud83d\ude0d heart eyes \ud83d\ude0d reaction to Facebook Messenger",
"version": "2.1.3",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/messages\/*",
"http:\/\/www.facebook.com\/messages\/*",
"https:\/\/www.messenger.com\/*",
"http:\/\/www.messenger.com\/*",
"https:\/\/www.facebook.com\/*",
"http:\/\/www.facebook.com\/*"
],
"js": [
"js\/inject-script.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/main.js"
]
} | |