Brunenger - Booyah
Te compartimos un chat mas completo y comodo para la vista
Wat is Brunenger - Booyah?
Brunenger - Booyah is een Chrome-extensie ontwikkeld door mahadaconfigs, en de belangrijkste functie is "Te compartimos un chat mas completo y comodo para la vista".
Extensie Screenshots
Download het CRX-bestand van de extensie Brunenger - Booyah
Download Brunenger - Booyah-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | djhnnmefkekagecjiabiaebngmmbkjpb |
| Officiële URL | https://chromewebstore.google.com/detail/brunenger-booyah/djhnnmefkekagecjiabiaebngmmbkjpb |
| Beschrijving | Te compartimos un chat mas completo y comodo para la vista |
| Bestandsgrootte | 65.35 KB |
| Aantal Installaties | 91 |
| Huidige Versie | 1.4.5 |
| Laatst Bijgewerkt | 2022-01-06 |
| Publicatiedatum | 2021-07-04 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | mahadaconfigs |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |