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…

Co to jest GeoGuessr Cheat?

GeoGuessr Cheat to rozszerzenie Chrome opracowane przez Finn Development, a jego główną funkcją jest „An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GeoGuessr Cheat

Pobierz pliki rozszerzeń GeoGuessr Cheat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
Oficjalny URL https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Opis An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Rozmiar pliku 4.97 KB
Liczba instalacji 9,438
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-13
Data Publikacji 2021-07-13
Ocena 2.75/5 Łącznie 8 Oceny
Deweloper Finn Development
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}