MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
Cos'è MessengerMotes?
MessengerMotes è un'estensione di Chrome sviluppata da uberandrew126, e la sua funzione principale è "TTV and BTTV emotes on facebook messenger and facebook chat!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MessengerMotes
Scarica i file di estensione MessengerMotes 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
MessengerMotes allows you to use your favorite Twitch, BetterTTV, and FrankerFaceZ emotes in your Facebook Messenger chats. To use, simply download the extension and refresh messenger. All you have to do is type emotes out like you would in Twitch chat. You can also individually enable or disable emotes to your liking.
Informazioni di Base sull'Estensione
Nome | |
ID | lcpbnbfepmcojaoaampamjkbfhgofmnh |
URL Ufficiale | https://chromewebstore.google.com/detail/messengermotes/lcpbnbfepmcojaoaampamjkbfhgofmnh |
Descrizione | TTV and BTTV emotes on facebook messenger and facebook chat! |
Dimensione del File | 1014 KB |
Conteggio Installazioni | 202 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-01-19 |
Data di Pubblicazione | 2020-05-18 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | uberandrew126 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MessengerMotes", "version": "1.3", "description": "TTV and BTTV emotes on facebook messenger and facebook chat!", "icons": { "16": "icons\/mm16.png", "24": "icons\/mm24.png", "32": "icons\/mm32.png", "48": "icons\/mm48.png", "64": "icons\/mm64.png", "128": "icons\/mm128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.messenger.com\/*" ], "js": [ "emoteInjector.js" ], "css": [ "tooltip.css" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "bttv_mappings.json", "ttv_mappings.json", "ffz_mappings.json" ], "permissions": [ "storage" ], "manifest_version": 2 } |