Skribbl Helper

A tool to help you succeed at Skribbl!

Cos'è Skribbl Helper?

Skribbl Helper è un'estensione di Chrome sviluppata da vinnymeller, e la sua funzione principale è "A tool to help you succeed at Skribbl!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Skribbl Helper

Scarica i file di estensione Skribbl Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
URL Ufficiale https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Descrizione A tool to help you succeed at Skribbl!
Dimensione del File 5.52 KB
Conteggio Installazioni 4,059
Versione Corrente 0.0.4
Ultimo Aggiornamento 2020-06-08
Data di Pubblicazione 2020-06-07
Valutazione 3.71/5 Totale 7 Valutazioni
Sviluppatore vinnymeller
Tipo di Pagamento free
Sito Web dell'Estensione https://vinnymeller.com
Lingue Supportate 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"
    }
}