Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

Qu'est-ce que Emote Picker for TETR.IO ?

Emote Picker for TETR.IO est une extension Chrome développée par https://zudo.space, et sa fonction principale est "Adds emote autocompletion to TETR.IO".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emote Picker for TETR.IO

Téléchargez les fichiers d'extension Emote Picker for TETR.IO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
URL Officiel https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
Description Adds emote autocompletion to TETR.IO
Taille du Fichier 71.98 KB
Nombre d'Installations 496
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-04-16
Date de Publication 2021-02-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://zudo.space
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://emotes.zudo.space
Langues Prises en Charge 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"
    }
}