BiralChat
Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
What is BiralChat?
BiralChat is a Chrome extension developed by santiherzfeld, and its main feature is "Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte".
Extension Screenshots
Download BiralChat Extension CRX File
Download BiralChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | BiralChat |
ID | kcikgeimfgbhklalbkigfkhcpdleplgk |
Official URL | https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk |
Description | Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte |
File Size | 1.25 MB |
Installation Count | 506 |
Current Version | 1.4.2 |
Last Updated | 2021-07-10 |
Publish Date | 2021-06-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | santiherzfeld |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |