MessengerMotes
TTV and BTTV emotes on facebook messenger and facebook chat!
什么是MessengerMotes?
MessengerMotes是由uberandrew126开发的Chrome扩展程序,该扩展的主要功能是“TTV and BTTV emotes on facebook messenger and facebook chat!”。
扩展截图
下载MessengerMotes扩展crx文件
下载MessengerMotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |