Geoguessr Hack Extension
To find difficult locations in Geoguessr
Cos'è Geoguessr Hack Extension?
Geoguessr Hack Extension è un'estensione di Chrome sviluppata da geofinder, e la sua funzione principale è "To find difficult locations in Geoguessr".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Geoguessr Hack Extension
Scarica i file di estensione Geoguessr Hack Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fnnjfigkmafppmbjblkpdiloecmbachd |
URL Ufficiale | https://chrome.google.com/webstore/detail/fnnjfigkmafppmbjblkpdiloecmbachd |
Descrizione | To find difficult locations in Geoguessr |
Dimensione del File | 19.13 KB |
Conteggio Installazioni | 15,367 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-05-25 |
Data di Pubblicazione | 2021-05-25 |
Valutazione | 4.07/5 Totale 14 Valutazioni |
Sviluppatore | geofinder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |