Twitch Meet
Replaces twitch emotes with correct images
什么是Twitch Meet?
Twitch Meet是由https://tomsteer.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces twitch emotes with correct images”。
扩展截图
下载Twitch Meet扩展crx文件
下载Twitch Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Uses the Better TTV API to get the top 100 emotes as well as some predefined emotes and uses them to replace google meet chat to the correct emote.
A list of available emotes can be found on the site. 扩展基本信息
| 名称 | |
| ID | folijkmjilnffmlehdcffanlmlggplmi |
| 官方URL | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
| 简介 | Replaces twitch emotes with correct images |
| 文件大小 | 32.35 KB |
| 安装次数 | 68 |
| 当前版本 | 0.9 |
| 更新时间 | 2023-08-11 |
| 上架时间 | 2021-02-24 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | https://tomsteer.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://twitchmeet.tomsteer.me/ |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Meet",
"version": "0.9",
"description": "Replaces twitch emotes with correct images",
"web_accessible_resources": [
"script.js"
],
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"inject.js"
]
}
],
"permissions": [],
"icons": {
"128": "img\/icon-extensionMenu.png"
}
} | |