StreamCraft+

StreamCraft+ trazendo novas funcionalidades para o StreamCraft!

Qu'est-ce que StreamCraft+ ?

StreamCraft+ est une extension Chrome développée par AntonyZ, et sa fonction principale est "StreamCraft+ trazendo novas funcionalidades para o StreamCraft!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension StreamCraft+

Téléchargez les fichiers d'extension StreamCraft+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom StreamCraft+ StreamCraft+
ID dieegmcdhgkpalmjbdhfdfaihcnjkgce
URL Officiel https://chromewebstore.google.com/detail/streamcraft+/dieegmcdhgkpalmjbdhfdfaihcnjkgce
Description StreamCraft+ trazendo novas funcionalidades para o StreamCraft!
Taille du Fichier 314 KB
Nombre d'Installations 189
Version Actuelle 1.6.8
Dernière Mise à Jour 2019-08-29
Date de Publication 2019-08-28
Évaluation 4.19/5 Total 21 Évaluations
Développeur AntonyZ
Type de Paiement free
Langues Prises en Charge 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"
    ]
}