Skribbl No Hint

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

Cos'è Skribbl No Hint?

Skribbl No Hint è un'estensione di Chrome sviluppata da VerB, e la sua funzione principale è "Add an option to hide the blank spaces when playing, for a challenge.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skribbl No Hint

Scarica i file di estensione Skribbl No Hint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
URL Ufficiale https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Descrizione Add an option to hide the blank spaces when playing, for a challenge.
Dimensione del File 94.37 KB
Conteggio Installazioni 397
Versione Corrente 0.1
Ultimo Aggiornamento 2020-11-04
Data di Pubblicazione 2020-11-04
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore VerB
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}