Emote Picker for TETR.IO

Adds emote autocompletion to TETR.IO

Emote Picker for TETR.IOคืออะไร?

Emote Picker for TETR.IO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zudo.space และคุณลักษณะหลักของมันคือ "Adds emote autocompletion to TETR.IO"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emote Picker for TETR.IO

ดาวน์โหลดไฟล์ส่วนขยาย Emote Picker for TETR.IO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Emote Picker for TETR.IO Emote Picker for TETR.IO
ID cgboinmlmgdepnaiejpadcdcoemimbnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emote-picker-for-tetrio/cgboinmlmgdepnaiejpadcdcoemimbnn
คำอธิบาย Adds emote autocompletion to TETR.IO
ขนาดไฟล์ 71.98 KB
จำนวนการติดตั้ง 496
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-04-16
วันที่เผยแพร่ 2021-02-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://zudo.space
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emotes.zudo.space
ภาษาที่รองรับ 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"
    }
}