Brunenger - Booyah
Te compartimos un chat mas completo y comodo para la vista
Brunenger - Booyahคืออะไร?
Brunenger - Booyah เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahadaconfigs และคุณลักษณะหลักของมันคือ "Te compartimos un chat mas completo y comodo para la vista"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brunenger - Booyah
ดาวน์โหลดไฟล์ส่วนขยาย Brunenger - Booyah ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | djhnnmefkekagecjiabiaebngmmbkjpb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/brunenger-booyah/djhnnmefkekagecjiabiaebngmmbkjpb |
| คำอธิบาย | Te compartimos un chat mas completo y comodo para la vista |
| ขนาดไฟล์ | 65.35 KB |
| จำนวนการติดตั้ง | 91 |
| เวอร์ชันปัจจุบัน | 1.4.5 |
| อัปเดตครั้งล่าสุด | 2022-01-06 |
| วันที่เผยแพร่ | 2021-07-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | mahadaconfigs |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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\/*"
]
}
]
} | |