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…

Was ist GeoGuessr Cheat?

GeoGuessr Cheat ist eine Chrome-Erweiterung, die von Finn Development entwickelt wurde, und ihr Hauptmerkmal ist "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".

Erweiterungsscreenshots

screenshot

GeoGuessr Cheat-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeoGuessr Cheat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
Offizielle URL https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Beschreibung An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Dateigröße 4.97 KB
Installationsanzahl 9,438
Aktuelle Version 1.0
Letztes Update 2021-07-13
Veröffentlichungsdatum 2021-07-13
Bewertung 2.75/5 Insgesamt 8 Bewertungen
Entwickler Finn Development
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}