Drawasaurusuh

Improves the user interface when playing at drawasaurus.org

O que é Drawasaurusuh?

Drawasaurusuh é uma extensão do Chrome desenvolvida por Obtuse Goose Ltd, e sua principal característica é "Improves the user interface when playing at drawasaurus.org".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drawasaurusuh

Baixe arquivos de extensão Drawasaurusuh 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

                        Makes several improvements to the user interface at drawasaurus.org:
• Adds numbers after the clue e.g.: instead of 
_ _ _ _ _ _ _ _ _ _ _   _ _ _ _ _ _ 
you see 
_ _ _ _ _ _ _ _ _ _ _   _ _ _ _ _ _ (11,6)
• If you type and the guess box isn't in focus, it automatically switches to it.
• If the "Still playing?" 15 second timer pops-up, it automatically clicks it for you.
• Disables the back button so you don't get kicked-out of the game if you accidentally click the back button on your mouse whilst drawing.                    

Informações Básicas da Extensão

Nome Drawasaurusuh Drawasaurusuh
ID ccnbkllpmelaliabegbdabkibhdigpjg
URL Oficial https://chromewebstore.google.com/detail/drawasaurusuh/ccnbkllpmelaliabegbdabkibhdigpjg
Descrição Improves the user interface when playing at drawasaurus.org
Tamanho do Arquivo 44.65 KB
Contagem de Instalações 108
Versão Atual 0.1.0
Última Atualização 2022-05-12
Data de Publicação 2021-03-12
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Obtuse Goose Ltd
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/grkrDqFPsM
URL da Página de Política de Privacidade http://www.autocardanywhere.com/privacypolicy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "drawasaurusuh.js"
            ],
            "matches": [
                "http:\/\/www.drawasaurus.org\/room\/*",
                "https:\/\/www.drawasaurus.org\/room\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Improves the user interface when playing at drawasaurus.org",
    "icons": {
        "128": "image-128.png",
        "48": "image-48.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 3,
    "name": "Drawasaurusuh",
    "short_name": "Drawasaurusuh",
    "version": "0.1.0"
}