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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}