Skribbl No Hint

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

Wat is Skribbl No Hint?

Skribbl No Hint is een Chrome-extensie ontwikkeld door VerB, en de belangrijkste functie is "Add an option to hide the blank spaces when playing, for a challenge.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skribbl No Hint

Download Skribbl No Hint-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

                        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.                    

Basisinformatie over de Extensie

Naam Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
Officiële URL https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Beschrijving Add an option to hide the blank spaces when playing, for a challenge.
Bestandsgrootte 94.37 KB
Aantal Installaties 397
Huidige Versie 0.1
Laatst Bijgewerkt 2020-11-04
Publicatiedatum 2020-11-04
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar VerB
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}