Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

Emote Picker for TETR.IO là gì?

Emote Picker for TETR.IO là một tiện ích mở rộng Chrome được phát triển bởi https://zudo.space, và tính năng chính của nó là "Adds emote autocompletion to TETR.IO".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emote Picker for TETR.IO

Tải xuống các tệp mở rộng Emote Picker for TETR.IO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
URL Chính Thức https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
Mô tả Adds emote autocompletion to TETR.IO
Kích Thước Tệp 71.98 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2021-02-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://zudo.space
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://emotes.zudo.space
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}