StreamCraft+

StreamCraft+ trazendo novas funcionalidades para o StreamCraft!

StreamCraft+ là gì?

StreamCraft+ là một tiện ích mở rộng Chrome được phát triển bởi AntonyZ, và tính năng chính của nó là "StreamCraft+ trazendo novas funcionalidades para o StreamCraft!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StreamCraft+

Tải xuống các tệp mở rộng StreamCraft+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StreamCraft+ StreamCraft+
ID dieegmcdhgkpalmjbdhfdfaihcnjkgce
URL Chính Thức https://chromewebstore.google.com/detail/streamcraft+/dieegmcdhgkpalmjbdhfdfaihcnjkgce
Mô tả StreamCraft+ trazendo novas funcionalidades para o StreamCraft!
Kích Thước Tệp 314 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.6.8
Cập Nhật Lần Cuối 2019-08-29
Ngày Phát Hành 2019-08-28
Đánh Giá 4.19/5 Tổng số 21 Đánh Giá
Nhà Phát Triển AntonyZ
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}