Skribbl Helper

A tool to help you succeed at Skribbl!

What is Skribbl Helper?

Skribbl Helper is a Chrome extension developed by vinnymeller, and its main feature is "A tool to help you succeed at Skribbl!".

Extension Screenshots

screenshot
screenshot

Download Skribbl Helper Extension CRX File

Download Skribbl Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
Official URL https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Description A tool to help you succeed at Skribbl!
File Size 5.52 KB
Installation Count 4,059
Current Version 0.0.4
Last Updated 2020-06-08
Publish Date 2020-06-07
Rating 3.71/5 Total 7 Ratings
Developer vinnymeller
Payment Type free
Extension Website https://vinnymeller.com
Supported Languages 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"
    }
}