Abrami Trovo Emotes

Replaces text with emotes on trovo.live

ما هو Abrami Trovo Emotes؟

Abrami Trovo Emotes هو إضافة Chrome تم تطويرها بواسطة Sandukhan، والميزة الرئيسية لها هي "Replaces text with emotes on trovo.live".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Abrami Trovo Emotes

قم بتنزيل ملفات الامتداد Abrami Trovo Emotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Abrami Trovo Emotes is a Google Chrome web store extension designed for Trovo live stream viewers. With this extension, you can add a fun and personal touch to your chat messages on Trovo.live. It converts your text into expressive emotes, making your messages more visually appealing and engaging for the streamer and other viewers. Whether you're a casual viewer or a dedicated fan, Abrami Trovo Emotes allows you to stand out in the chat and express yourself in a unique and creative way. So, enhance your Trovo live stream viewing experience and try out Abrami Trovo Emotes today!                    

معلومات أساسية عن التمديد

الاسم Abrami Trovo Emotes Abrami Trovo Emotes
ID becmpfomjpfckkineblmlmgolpoobdmo
عنوان URL الرسمي https://chromewebstore.google.com/detail/abrami-trovo-emotes/becmpfomjpfckkineblmlmgolpoobdmo
الوصف Replaces text with emotes on trovo.live
حجم الملف 22.5 KB
عدد التثبيتات 95
النسخة الحالية 1.1.2
آخر تحديث 2023-02-08
تاريخ النشر 2023-02-06
تقييم 5.00/5 مجموع تقييمات 2
المطور Sandukhan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Abrami Trovo Emotes",
    "version": "1.1.2",
    "description": "Replaces text with emotes on trovo.live",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "",
        "https:\/\/trovo.live\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    }
}