StreamCraft+
StreamCraft+ trazendo novas funcionalidades para o StreamCraft!
What is StreamCraft+?
StreamCraft+ is a Chrome extension developed by AntonyZ, and its main feature is "StreamCraft+ trazendo novas funcionalidades para o StreamCraft!".
Extension Screenshots
Download StreamCraft+ Extension CRX File
Download StreamCraft+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | dieegmcdhgkpalmjbdhfdfaihcnjkgce |
| Official URL | https://chromewebstore.google.com/detail/streamcraft+/dieegmcdhgkpalmjbdhfdfaihcnjkgce |
| Description | StreamCraft+ trazendo novas funcionalidades para o StreamCraft! |
| File Size | 314 KB |
| Installation Count | 189 |
| Current Version | 1.6.8 |
| Last Updated | 2019-08-29 |
| Publish Date | 2019-08-28 |
| Rating | 4.19/5 Total 21 Ratings |
| Developer | AntonyZ |
| Payment Type | free |
| Supported Languages | 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"
]
} | |