Skribbl No Hint

Add an option to hide the blank spaces when playing, for a challenge.

Qu'est-ce que Skribbl No Hint ?

Skribbl No Hint est une extension Chrome développée par VerB, et sa fonction principale est "Add an option to hide the blank spaces when playing, for a challenge.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Skribbl No Hint

Téléchargez les fichiers d'extension Skribbl No Hint 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

                        skribbl.io normally displays a hint at the top of the page, in the form of blank spaces.

This extension enables you to hide this hint.
A toggle (on by default) will appear next to the round counter in the top left.
When active, no letters or blank spaces will display in the hint area.                    

Informations de Base sur l'Extension

Nom Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
URL Officiel https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Description Add an option to hide the blank spaces when playing, for a challenge.
Taille du Fichier 94.37 KB
Nombre d'Installations 397
Version Actuelle 0.1
Dernière Mise à Jour 2020-11-04
Date de Publication 2020-11-04
Évaluation 2.00/5 Total 1 Évaluations
Développeur VerB
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skribbl No Hint",
    "version": "0.1",
    "description": "Add an option to hide the blank spaces when playing, for a challenge.",
    "icons": {
        "42": "icon42.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}