Skribbl Helper

A tool to help you succeed at Skribbl!

Qu'est-ce que Skribbl Helper ?

Skribbl Helper est une extension Chrome développée par vinnymeller, et sa fonction principale est "A tool to help you succeed at Skribbl!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Skribbl Helper

Téléchargez les fichiers d'extension Skribbl Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Skribbl Helper Skribbl Helper
ID ceipgkongjnjgeckhcinapechblgchjb
URL Officiel https://chromewebstore.google.com/detail/skribbl-helper/ceipgkongjnjgeckhcinapechblgchjb
Description A tool to help you succeed at Skribbl!
Taille du Fichier 5.52 KB
Nombre d'Installations 4,059
Version Actuelle 0.0.4
Dernière Mise à Jour 2020-06-08
Date de Publication 2020-06-07
Évaluation 3.71/5 Total 7 Évaluations
Développeur vinnymeller
Type de Paiement free
Site Web de l'Extension https://vinnymeller.com
Langues Prises en Charge 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"
    }
}