Geoguessr country streak

Automatic country streak for geoguessr

O que é Geoguessr country streak?

Geoguessr country streak é uma extensão do Chrome desenvolvida por roeizaidler, e sua principal característica é "Automatic country streak for geoguessr".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Geoguessr country streak

Baixe arquivos de extensão Geoguessr country streak 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

                        An automatic country streak for geoguessr. incase you encounter any bugs you can manually set the streak.

Controls:

Press 8 to bring back your streak(and add 1)

Press 1 to increase the streak by 1

Press 2 to decrease the streak by 1

Press 0 to reset the streak back to 0                    

Informações Básicas da Extensão

Nome Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
URL Oficial https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
Descrição Automatic country streak for geoguessr
Tamanho do Arquivo 6.05 KB
Contagem de Instalações 459
Versão Atual 1.0
Última Atualização 2020-07-17
Data de Publicação 2020-07-13
Classificação 1.00/5 Total de 5 Avaliações
Desenvolvedor roeizaidler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geoguessr country streak",
    "version": "1.0",
    "description": "Automatic country streak for geoguessr",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geoguessr.com\/game\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}