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 |
| Eメール | [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"
}
} | |