BiralChat
Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
Wat is BiralChat?
BiralChat is een Chrome-extensie ontwikkeld door santiherzfeld, en de belangrijkste functie is "Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte".
Extensie Screenshots
Download het CRX-bestand van de extensie BiralChat
Download BiralChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        - 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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kcikgeimfgbhklalbkigfkhcpdleplgk | 
| Officiële URL | https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk | 
| Beschrijving | Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte | 
| Bestandsgrootte | 1.25 MB | 
| Aantal Installaties | 506 | 
| Huidige Versie | 1.4.2 | 
| Laatst Bijgewerkt | 2021-07-10 | 
| Publicatiedatum | 2021-06-02 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | santiherzfeld | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
            ]
        }
    ]
}  |  |