BiralChat
Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte
什麼是BiralChat?
BiralChat是由santiherzfeld開發的Chrome擴展程式,該擴展的主要功能是“Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte”。
擴展截圖
下載BiralChat擴展crx文件
下載BiralChat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- 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 擴展基本資訊
| 名稱 | |
| ID | kcikgeimfgbhklalbkigfkhcpdleplgk |
| 官方網址 | https://chromewebstore.google.com/detail/biralchat/kcikgeimfgbhklalbkigfkhcpdleplgk |
| 簡介 | Tus streamers favoritos empezaron a streamear en booyah? No te preocupes, te ayudamos a adaptarte |
| 檔案大小 | 1.25 MB |
| 安裝次數 | 506 |
| 目前版本 | 1.4.2 |
| 更新時間 | 2021-07-10 |
| 上架時間 | 2021-06-02 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | santiherzfeld |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
}
]
} | |