Skribbl No Hint

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

O que é Skribbl No Hint?

Skribbl No Hint é uma extensão do Chrome desenvolvida por VerB, e sua principal característica é "Add an option to hide the blank spaces when playing, for a challenge.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Skribbl No Hint

Baixe arquivos de extensão Skribbl No Hint no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Skribbl No Hint Skribbl No Hint
ID nflhmeckdadnjglknlkpibhimbcghcfc
URL Oficial https://chrome.google.com/webstore/detail/skribbl-no-hint/nflhmeckdadnjglknlkpibhimbcghcfc
Descrição Add an option to hide the blank spaces when playing, for a challenge.
Tamanho do Arquivo 94.37 KB
Contagem de Instalações 397
Versão Atual 0.1
Última Atualização 2020-11-04
Data de Publicação 2020-11-04
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor VerB
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}