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 |
官方網址 | 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" } } |