Skribbl Helper

A tool to help you succeed at Skribbl!

O que é Skribbl Helper?

Skribbl Helper é uma extensão do Chrome desenvolvida por vinnymeller, e sua principal característica é "A tool to help you succeed at Skribbl!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Skribbl Helper

Baixe arquivos de extensão Skribbl Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Features:

- Adds letter count to the end of the word above the drawing board

- Accounts for spaces, so a word with 5 letters, a space, and 4 letters, will show as (5-4) instead of (10)

- Shows the same text that appears above the drawing board in the text box before you start typing

- Highlights the text box. Yellow means you haven't typed anything wrong, but you don't have enough letters yet. Red means you either have too many letters or a letter you typed doesn't match the order of the letters shown. Green means your letters match what has been shown and you have the correct amount of letters                    

Informações Básicas da Extensão

Nome Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
URL Oficial https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Descrição A tool to help you succeed at Skribbl!
Tamanho do Arquivo 5.52 KB
Contagem de Instalações 4,059
Versão Atual 0.0.4
Última Atualização 2020-06-08
Data de Publicação 2020-06-07
Classificação 3.71/5 Total de 7 Avaliações
Desenvolvedor vinnymeller
Tipo de Pagamento free
Site da Extensão https://vinnymeller.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl Helper",
    "version": "0.0.4",
    "manifest_version": 2,
    "author": "Vinny Meller",
    "description": "A tool to help you succeed at Skribbl!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "skribbl-helper-icon.png"
    }
}