MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
MessengerMotes là gì?
MessengerMotes là một tiện ích mở rộng Chrome được phát triển bởi uberandrew126, và tính năng chính của nó là "TTV and BTTV emotes on facebook messenger and facebook chat!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MessengerMotes
Tải xuống các tệp mở rộng MessengerMotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcpbnbfepmcojaoaampamjkbfhgofmnh |
URL Chính Thức | https://chromewebstore.google.com/detail/messengermotes/lcpbnbfepmcojaoaampamjkbfhgofmnh |
Mô tả | TTV and BTTV emotes on facebook messenger and facebook chat! |
Kích Thước Tệp | 1014 KB |
Số Lần Cài Đặt | 202 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-01-19 |
Ngày Phát Hành | 2020-05-18 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | uberandrew126 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |