Skribbl Helper

A tool to help you succeed at Skribbl!

¿Qué es Skribbl Helper?

Skribbl Helper es una extensión de Chrome desarrollada por vinnymeller, y su función principal es "A tool to help you succeed at Skribbl!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Skribbl Helper

Descarga archivos de extensión Skribbl Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
URL Oficial https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Descripción A tool to help you succeed at Skribbl!
Tamaño del Archivo 5.52 KB
Cantidad de Instalaciones 4,059
Versión Actual 0.0.4
Última Actualización 2020-06-08
Fecha de Publicación 2020-06-07
Calificación 3.71/5 Total de 7 Calificaciones
Desarrollador vinnymeller
Tipo de Pago free
Sitio Web de la Extensión https://vinnymeller.com
Idiomas Soportados 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"
    }
}