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…

Wat is GeoGuessr Cheat?

GeoGuessr Cheat is een Chrome-extensie ontwikkeld door Finn Development, en de belangrijkste functie is "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GeoGuessr Cheat

Download GeoGuessr Cheat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
Officiële URL https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Beschrijving An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Bestandsgrootte 4.97 KB
Aantal Installaties 9,438
Huidige Versie 1.0
Laatst Bijgewerkt 2021-07-13
Publicatiedatum 2021-07-13
Beoordeling 2.75/5 Totaal 8 Beoordelingen
Ontwikkelaar Finn Development
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}