BiralChat

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

什么是BiralChat?

BiralChat是由santiherzfeld开发的Chrome扩展程序,该扩展的主要功能是“Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte”。

扩展截图

screenshot

下载BiralChat扩展crx文件

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