Skribbl Helper

A tool to help you succeed at Skribbl!

Wat is Skribbl Helper?

Skribbl Helper is een Chrome-extensie ontwikkeld door vinnymeller, en de belangrijkste functie is "A tool to help you succeed at Skribbl!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Skribbl Helper

Download Skribbl Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
Officiële URL https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Beschrijving A tool to help you succeed at Skribbl!
Bestandsgrootte 5.52 KB
Aantal Installaties 4,059
Huidige Versie 0.0.4
Laatst Bijgewerkt 2020-06-08
Publicatiedatum 2020-06-07
Beoordeling 3.71/5 Totaal 7 Beoordelingen
Ontwikkelaar vinnymeller
Betalingswijze free
Extensiewebsite https://vinnymeller.com
Ondersteunde Talen 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"
    }
}