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 |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |