Emote Picker for TETR.IO
Adds emote autocompletion to TETR.IO
Co to jest Emote Picker for TETR.IO?
Emote Picker for TETR.IO to rozszerzenie Chrome opracowane przez https://zudo.space, a jego główną funkcją jest „Adds emote autocompletion to TETR.IO”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Emote Picker for TETR.IO
Pobierz pliki rozszerzeń Emote Picker for TETR.IO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cgboinmlmgdepnaiejpadcdcoemimbnn |
| Oficjalny URL | https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn |
| Opis | Adds emote autocompletion to TETR.IO |
| Rozmiar pliku | 71.98 KB |
| Liczba instalacji | 496 |
| Aktualna Wersja | 2.0.2 |
| Ostatnia Aktualizacja | 2023-04-16 |
| Data Publikacji | 2021-02-02 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://zudo.space |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://emotes.zudo.space |
| Obsługiwane Języki | 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"
}
} | |