Heart React for Messenger
Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions
Heart React for Messengerとは何ですか?
Heart React for MessengerはMatty Hempsteadによって開発されたChromeの拡張機能で、その主な機能は「Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions」です。
拡張機能のスクリーンショット
Heart React for Messenger拡張機能のCRXファイルをダウンロード
Heart React for Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As Facebook has now removed the Heart Eyes react and replaced it with the Heart reaction, this extension to add the Heart react is irrelevant. Instead, I have released a new extension called "Heart Eyes for Messenger" which adds back the missing Heart Eyes reaction. 😍 https://chrome.google.com/webstore/detail/heart-eyes-for-messenger/fomiebabmnhlmlinnikampfblffjceoi 😍 Normally the heart react is only visible to a select few individuals. However, this extension unlocks the heart reaction capabilities for all users. ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ Heart React for Messenger is currently available on: ❤️ messenger.com ❤️ ❤️ www.facebook.com ❤️ ❤️ www.facebook.com/messages ❤️ ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ For Alex.
拡張機能の基本情報
名前 | Heart React for Messenger |
ID | ohhhckeljnecaiamhlahbpdccchbofgl |
公式URL | https://chromewebstore.google.com/detail/heart-react-for-messenger/ohhhckeljnecaiamhlahbpdccchbofgl |
説明 | Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions |
ファイルサイズ | 27.71 KB |
インストール数 | 666 |
現在のバージョン | 1.6.1 |
最終更新日 | 2020-04-08 |
公開日 | 2020-04-07 |
評価 | 4.41/5 合計 27 レビュー |
開発者 | Matty Hempstead |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heart React for Messenger", "description": "Adds the \u2764\ufe0f heart \u2764\ufe0f reaction to Facebook Messenger reactions", "version": "1.6.1", "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\/fb-heart-react.js" ] } |