Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

Wat is Emote Picker for TETR.IO?

Emote Picker for TETR.IO is een Chrome-extensie ontwikkeld door https://zudo.space, en de belangrijkste functie is "Adds emote autocompletion to TETR.IO".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Emote Picker for TETR.IO

Download Emote Picker for TETR.IO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
Officiële URL https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
Beschrijving Adds emote autocompletion to TETR.IO
Bestandsgrootte 71.98 KB
Aantal Installaties 496
Huidige Versie 2.0.2
Laatst Bijgewerkt 2023-04-16
Publicatiedatum 2021-02-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://zudo.space
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://emotes.zudo.space
Ondersteunde Talen 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"
    }
}