BiralChat
Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
Was ist BiralChat?
BiralChat ist eine Chrome-Erweiterung, die von santiherzfeld entwickelt wurde, und ihr Hauptmerkmal ist "Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte".
Erweiterungsscreenshots
BiralChat-Erweiterungs-CRX-Datei herunterladen
Laden Sie BiralChat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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
Grundlegende Informationen zur Erweiterung
Name | BiralChat |
ID | kcikgeimfgbhklalbkigfkhcpdleplgk |
Offizielle URL | https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk |
Beschreibung | Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte |
Dateigröße | 1.25 MB |
Installationsanzahl | 506 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2021-07-10 |
Veröffentlichungsdatum | 2021-06-02 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | santiherzfeld |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |