Heart React for Messenger
Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions
Cos'è Heart React for Messenger?
Heart React for Messenger è un'estensione di Chrome sviluppata da Matty Hempstead, e la sua funzione principale è "Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Heart React for Messenger
Scarica i file di estensione Heart React for Messenger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Heart React for Messenger |
ID | ohhhckeljnecaiamhlahbpdccchbofgl |
URL Ufficiale | https://chromewebstore.google.com/detail/heart-react-for-messenger/ohhhckeljnecaiamhlahbpdccchbofgl |
Descrizione | Adds the ❤️ heart ❤️ reaction to Facebook Messenger reactions |
Dimensione del File | 27.71 KB |
Conteggio Installazioni | 666 |
Versione Corrente | 1.6.1 |
Ultimo Aggiornamento | 2020-04-08 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 4.41/5 Totale 27 Valutazioni |
Sviluppatore | Matty Hempstead |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |