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…

What is GeoGuessr Cheat?

GeoGuessr Cheat is a Chrome extension developed by Finn Development, and its main feature 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…".

Extension Screenshots

screenshot

Download GeoGuessr Cheat Extension CRX File

Download GeoGuessr Cheat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
Official URL https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Description An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
File Size 4.97 KB
Installation Count 9,438
Current Version 1.0
Last Updated 2021-07-13
Publish Date 2021-07-13
Rating 2.75/5 Total 8 Ratings
Developer Finn Development
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}