Emote Picker for TETR.IO
Adds emote autocompletion to TETR.IO
Was ist Emote Picker for TETR.IO?
Emote Picker for TETR.IO ist eine Chrome-Erweiterung, die von https://zudo.space entwickelt wurde, und ihr Hauptmerkmal ist "Adds emote autocompletion to TETR.IO".
Erweiterungsscreenshots
Emote Picker for TETR.IO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emote Picker for TETR.IO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cgboinmlmgdepnaiejpadcdcoemimbnn |
| Offizielle URL | https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn |
| Beschreibung | Adds emote autocompletion to TETR.IO |
| Dateigröße | 71.98 KB |
| Installationsanzahl | 496 |
| Aktuelle Version | 2.0.2 |
| Letztes Update | 2023-04-16 |
| Veröffentlichungsdatum | 2021-02-02 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://zudo.space |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://emotes.zudo.space |
| Unterstützte Sprachen | 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"
}
} | |