MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
ما هو MessengerMotes؟
MessengerMotes هو إضافة Chrome تم تطويرها بواسطة uberandrew126، والميزة الرئيسية لها هي "TTV and BTTV emotes on facebook messenger and facebook chat!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MessengerMotes
قم بتنزيل ملفات الامتداد MessengerMotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | lcpbnbfepmcojaoaampamjkbfhgofmnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/messengermotes/lcpbnbfepmcojaoaampamjkbfhgofmnh |
الوصف | TTV and BTTV emotes on facebook messenger and facebook chat! |
حجم الملف | 1014 KB |
عدد التثبيتات | 202 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-01-19 |
تاريخ النشر | 2020-05-18 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | uberandrew126 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |