Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

Cos'è Emote Picker for TETR.IO?

Emote Picker for TETR.IO è un'estensione di Chrome sviluppata da https://zudo.space, e la sua funzione principale è "Adds emote autocompletion to TETR.IO".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emote Picker for TETR.IO

Scarica i file di estensione Emote Picker for TETR.IO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
URL Ufficiale https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
Descrizione Adds emote autocompletion to TETR.IO
Dimensione del File 71.98 KB
Conteggio Installazioni 496
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-04-16
Data di Pubblicazione 2021-02-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://zudo.space
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://emotes.zudo.space
Lingue Supportate 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"
    }
}