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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |