BiralChat

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

Co to jest BiralChat?

BiralChat to rozszerzenie Chrome opracowane przez santiherzfeld, a jego główną funkcją jest „Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BiralChat

Pobierz pliki rozszerzeń BiralChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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                    

Podstawowe informacje o rozszerzeniu

Nazwa BiralChat BiralChat
ID kcikgeimfgbhklalbkigfkhcpdleplgk
Oficjalny URL https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk
Opis Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
Rozmiar pliku 1.25 MB
Liczba instalacji 506
Aktualna Wersja 1.4.2
Ostatnia Aktualizacja 2021-07-10
Data Publikacji 2021-06-02
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper santiherzfeld
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}