Emote Picker for TETR.IO
Adds emote autocompletion to TETR.IO
什么是Emote Picker for TETR.IO?
Emote Picker for TETR.IO是由https://zudo.space开发的Chrome扩展程序,该扩展的主要功能是“Adds emote autocompletion to TETR.IO”。
扩展截图
下载Emote Picker for TETR.IO扩展crx文件
下载Emote Picker for TETR.IO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a simple emote picker to TETR.IO's in game chat. Type a colon (:) and you'll see a list of emotes. Keep typing to filter down to the exact emote you want, then click to add it to your message. 扩展基本信息
| 名称 | |
| ID | cgboinmlmgdepnaiejpadcdcoemimbnn |
| 官方URL | https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn |
| 简介 | Adds emote autocompletion to TETR.IO |
| 文件大小 | 71.98 KB |
| 安装次数 | 496 |
| 当前版本 | 2.0.2 |
| 更新时间 | 2023-04-16 |
| 上架时间 | 2021-02-02 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://zudo.space |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://emotes.zudo.space |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Emote Picker for TETR.IO",
"description": "Adds emote autocompletion to TETR.IO",
"version": "2.0.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/tetr.io\/*"
],
"js": [
"picker.js"
],
"css": [
"picker.css"
],
"run_at": "document_start"
}
],
"host_permissions": [
"*:\/\/tetr.io\/*",
"*:\/\/emotes.zudo.space\/*"
],
"icons": {
"256": "icon256.png",
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
}
} | |