BiralChat

Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte

ما هو BiralChat؟

BiralChat هو إضافة Chrome تم تطويرها بواسطة santiherzfeld، والميزة الرئيسية لها هي "Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte".

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

screenshot

تحميل ملف CRX للإضافة BiralChat

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

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

                        - Links clickeables
- Colores custom via HEX
- Twitch badges
- Colores random (Ya no mas gris)
- Chat popup igual al chat normal
- Tags (@ a alguien)

Para poder cambiar el color, entrar a mi perfil dentro de Booyah, seleccionar un color y modificar el nick con el sufijo correspondiente.

La extension original de NimoTV en la cual fue basada esta extension: https://chrome.google.com/webstore/detail/oxeychat/mfibecnamdjemeileacfbeicgenmcoec
Instagram del creador: https://instagram.com/maattv
Twitter del creador: https://twitter.com/maativ                    

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

الاسم BiralChat BiralChat
ID kcikgeimfgbhklalbkigfkhcpdleplgk
عنوان URL الرسمي https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk
الوصف Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
حجم الملف 1.25 MB
عدد التثبيتات 506
النسخة الحالية 1.4.2
آخر تحديث 2021-07-10
تاريخ النشر 2021-06-02
تقييم 5.00/5 مجموع تقييمات 2
المطور santiherzfeld
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BiralChat",
    "version": "1.4.2",
    "description": "Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "libs.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "*:\/\/booyah.live\/*"
            ]
        }
    ]
}