Geoguessr Hack Extension
To find difficult locations in Geoguessr
Co to jest Geoguessr Hack Extension?
Geoguessr Hack Extension to rozszerzenie Chrome opracowane przez geofinder, a jego główną funkcją jest „To find difficult locations in Geoguessr”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Geoguessr Hack Extension
Pobierz pliki rozszerzeń Geoguessr Hack Extension 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
This helpful tool allows you to open locations in Google Maps and/or submit correct locations in games. This extension will allow you to keep improving your geography skills, despite coming across certain Geoguessr locations with low image quality, blurred-out buildings, or lack of signage. This is an educational tool: please do not use this tool to spam Geoguessr servers or cheat your way onto leaderboards, or your account may be suspended and/or banned.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fnnjfigkmafppmbjblkpdiloecmbachd |
Oficjalny URL | https://chrome.google.com/webstore/detail/fnnjfigkmafppmbjblkpdiloecmbachd |
Opis | To find difficult locations in Geoguessr |
Rozmiar pliku | 19.13 KB |
Liczba instalacji | 15,367 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-05-25 |
Data Publikacji | 2021-05-25 |
Ocena | 4.07/5 Łącznie 14 Oceny |
Deweloper | geofinder |
[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 Hack Extension", "description": "To find difficult locations in Geoguessr", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Geoguessr hacks", "default_popup": "popup.html" }, "icons": { "128": "logo.png" } } |