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…

Vad är GeoGuessr Cheat?

GeoGuessr Cheat är en Chrome-tillägg utvecklad av Finn Development, och dess huvudfunktion är "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".

Tilläggsskärmbilder

screenshot

Ladda ner GeoGuessr Cheat-förlängningens CRX-fil

Ladda ner GeoGuessr Cheat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
Officiell webbadress https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
Beskrivning An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Filstorlek 4.97 KB
Antal Installationer 9,438
Aktuell Version 1.0
Senast Uppdaterad 2021-07-13
Publiceringsdatum 2021-07-13
Betyg 2.75/5 Totalt 8 Betyg
Utvecklare Finn Development
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}