GeoGuessr Cheat

An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…

O que é GeoGuessr Cheat?

GeoGuessr Cheat é uma extensão do Chrome desenvolvida por Finn Development, e sua principal característica é "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GeoGuessr Cheat

Baixe arquivos de extensão GeoGuessr Cheat 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 extension for the popular game, GeoGuessr!

This was a fun project to make and it is purely for educational purposes,
I do not believe cheating benefits anyone in any way and thus forth this chrom extension does not work in battle royale as to disadvantage other players, This only works in solo games or games with friends

It is really simple to use but please remember to refresh the page every new round or it wont show the updated location                    

Informações Básicas da Extensão

Nome GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
URL Oficial https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Descrição An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Tamanho do Arquivo 4.97 KB
Contagem de Instalações 9,438
Versão Atual 1.0
Última Atualização 2021-07-13
Data de Publicação 2021-07-13
Classificação 2.75/5 Total de 8 Avaliações
Desenvolvedor Finn Development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoGuessr Cheat",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.geoguessr.com\/*",
                "https:\/\/*.geoguessr.com\/*"
            ],
            "js": [
                "server.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "GeoGuessr Cheat"
    },
    "permissions": [
        "activeTab"
    ]
}