StreamCraft+
StreamCraft+ trazendo novas funcionalidades para o StreamCraft!
StreamCraft+คืออะไร?
StreamCraft+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AntonyZ และคุณลักษณะหลักของมันคือ "StreamCraft+ trazendo novas funcionalidades para o StreamCraft!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StreamCraft+
ดาวน์โหลดไฟล์ส่วนขยาย StreamCraft+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
O que temos de novo para você:
- Mude o tamanho da fonte e largura do chat da forma que achar melhor
- Mensagens com o seu nickname ficarão destacadas em vermelho
- Modo Teatro
- É possível marcar um usuário digitando @ ou dando duplo clique em seu nome
- Botão de emojis
- Notificação quando um streamer que você segue ficar online ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dieegmcdhgkpalmjbdhfdfaihcnjkgce |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streamcraft+/dieegmcdhgkpalmjbdhfdfaihcnjkgce |
| คำอธิบาย | StreamCraft+ trazendo novas funcionalidades para o StreamCraft! |
| ขนาดไฟล์ | 314 KB |
| จำนวนการติดตั้ง | 189 |
| เวอร์ชันปัจจุบัน | 1.6.8 |
| อัปเดตครั้งล่าสุด | 2019-08-29 |
| วันที่เผยแพร่ | 2019-08-28 |
| คะแนน | 4.19/5 รวมทั้งหมด 21 คะแนน |
| ผู้พัฒนา | AntonyZ |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StreamCraft+",
"author": "AntonyZ",
"description": "StreamCraft+ trazendo novas funcionalidades para o StreamCraft!",
"version": "1.6.8",
"icons": {
"128": "128.png"
},
"browser_action": {
"default_icon": "128.png",
"default_title": "StreamCraft+",
"default_popup": "popup.html"
},
"options_ui": {
"page": "\/opcoes\/opcoes.html",
"open_in_tab": false
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"script.js",
"emojis.js",
"react.development.js",
"react-dom.development.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.streamcraft.com\/user\/*"
]
},
{
"css": [
"styleVOD.css"
],
"matches": [
"*:\/\/*.streamcraft.com\/user\/*\/video\/*"
]
}
],
"background": {
"scripts": [
"jquery-3.3.1.min.js",
"online.js"
],
"persistent": true
},
"permissions": [
"notifications"
]
} | |