Brunenger - Booyah

Te compartimos un chat mas completo y comodo para la vista

What is Brunenger - Booyah?

Brunenger - Booyah is a Chrome extension developed by mahadaconfigs, and its main feature is "Te compartimos un chat mas completo y comodo para la vista".

Extension Screenshots

screenshot

Download Brunenger - Booyah Extension CRX File

Download Brunenger - Booyah 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

                        Te acomodamos el chat a la vista de TWITCH para que te sientas cómodo

- Emblemas de Twitch
- Links clickeables
- Colores random

- También quitamos las donaciones en la parte superior para mejor visión del chat
- Optimizamos el Chat al 100%


- Twitter: https://twitter.com/soymahada

- Créditos para: https://twitter.com/santiherzfeld                    

Extension Basic Information

Name Brunenger - Booyah Brunenger - Booyah
ID djhnnmefkekagecjiabiaebngmmbkjpb
Official URL https://chromewebstore.google.com/detail/brunenger-booyah/djhnnmefkekagecjiabiaebngmmbkjpb
Description Te compartimos un chat mas completo y comodo para la vista
File Size 65.35 KB
Installation Count 91
Current Version 1.4.5
Last Updated 2022-01-06
Publish Date 2021-07-04
Rating 5.00/5 Total 8 Ratings
Developer mahadaconfigs
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Mahada",
    "name": "Brunenger - Booyah",
    "version": "1.4.5",
    "description": "Te compartimos un chat mas completo y comodo para la vista",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "libs.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/booyah.live\/*"
            ]
        }
    ]
}