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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        - 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\/*"
            ]
        }
    ]
}