MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
Co to jest MessengerMotes?
MessengerMotes to rozszerzenie Chrome opracowane przez uberandrew126, a jego główną funkcją jest „TTV and BTTV emotes on facebook messenger and facebook chat!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MessengerMotes
Pobierz pliki rozszerzeń MessengerMotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lcpbnbfepmcojaoaampamjkbfhgofmnh |
Oficjalny URL | https://chromewebstore.google.com/detail/messengermotes/lcpbnbfepmcojaoaampamjkbfhgofmnh |
Opis | TTV and BTTV emotes on facebook messenger and facebook chat! |
Rozmiar pliku | 1014 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-01-19 |
Data Publikacji | 2020-05-18 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | uberandrew126 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |