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…

Cos'è GeoGuessr Cheat?

GeoGuessr Cheat è un'estensione di Chrome sviluppata da Finn Development, e la sua funzione principale è "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GeoGuessr Cheat

Scarica i file di estensione GeoGuessr Cheat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
URL Ufficiale https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Descrizione An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Dimensione del File 4.97 KB
Conteggio Installazioni 9,438
Versione Corrente 1.0
Ultimo Aggiornamento 2021-07-13
Data di Pubblicazione 2021-07-13
Valutazione 2.75/5 Totale 8 Valutazioni
Sviluppatore Finn Development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}