Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

What is Emote Picker for TETR.IO?

Emote Picker for TETR.IO is a Chrome extension developed by https://zudo.space, and its main feature is "Adds emote autocompletion to TETR.IO".

Extension Screenshots

screenshot

Download Emote Picker for TETR.IO Extension CRX File

Download Emote Picker for TETR.IO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
Official URL https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
Description Adds emote autocompletion to TETR.IO
File Size 71.98 KB
Installation Count 496
Current Version 2.0.2
Last Updated 2023-04-16
Publish Date 2021-02-02
Rating 5.00/5 Total 3 Ratings
Developer https://zudo.space
Email [email protected]
Payment Type free
Extension Website https://emotes.zudo.space
Supported Languages 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"
    }
}