A stealthy, open-source Chrome extension that reveals your real in-game coordinates on GeoGuessr — safely, instantly, and undetectably.
Use it to learn. Or use it to win. Your call.
This extension intercepts GeoGuessr’s internal map data and extracts the exact coordinates (latitude and longitude) during gameplay. It displays a small Leaflet-powered map in the corner of your screen that updates every time a new round loads.
Features:
- ✅ Live interactive map with zoom and drag
- ✅ Marker updates every round (no reload needed)
- ✅ Smooth +/− toggle to collapse the overlay
- ✅ 100% local: no trackers, no API keys, no external calls
- ✅ Uses Shadow DOM for styling isolation
Yes. It’s:
- 📦 Fully client-side — runs in your browser only
- 🔒 Open-source — no obfuscation or weird calls
- 🕵️ Undetectable by GeoGuessr — does not click, inject, or tamper
- 🛡️ 0% ban risk if used smart (just don’t stream it visibly)
This is not an autoclicker or bot.
You're still the one making the guess — just a lot better informed.
Not on the Chrome Web Store — install manually:
-
Download ZIP
👉 Click here to download -
Extract the ZIP
-
Open Chrome and go to
chrome://extensions
-
Enable Developer Mode (top right)
-
Click Load Unpacked and select the folder you just unzipped
Done. Start any GeoGuessr game — the overlay appears automatically.
geoguessr/
├── content.js # Map overlay and Leaflet logic
├── injector.js # Intercepts internal GeoGuessr metadata
├── manifest.json # Chrome extension config
├── leaflet/ # Full Leaflet library (JS, CSS, marker icons)
├── icon48.png / icon128.png
└── README.md
- 🗺️ Leaflet.js for maps
- 💻 Vanilla JavaScript
- 👻 Shadow DOM for CSS isolation
- 🔌 No dependencies or frameworks
This extension is for educational and experimental purposes only. It does not break GeoGuessr’s platform, but it gives you an informational edge. Use at your own discretion.
You cannot get banned just for using it — unless you blatantly cheat on stream or in competitions. Be smart.
MIT License — free to use, modify, or distribute.
See LICENSE
for full terms.
- Show country/city via reverse geocoding
- Add option to hide coordinates unless toggled
- Save previous markers across rounds
- Dark mode support
@LeonardSEO If it helps you win, star the repo ⭐ Not affiliated with GeoGuessr.