Skribbl No Hint

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

Co je Skribbl No Hint?

Skribbl No Hint je rozšíření Chrome vyvinuté VerB, a jeho hlavní funkcí je „Add an option to hide the blank spaces when playing, for a challenge.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Skribbl No Hint

Stáhněte si soubory rozšíření Skribbl No Hint ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
Oficiální URL https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Popis Add an option to hide the blank spaces when playing, for a challenge.
Velikost souboru 94.37 KB
Počet instalací 397
Aktuální Verze 0.1
Poslední Aktualizace 2020-11-04
Datum Vydání 2020-11-04
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář VerB
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}