Geoguessr Hack Extension
To find difficult locations in Geoguessr
Vad är Geoguessr Hack Extension?
Geoguessr Hack Extension är en Chrome-tillägg utvecklad av geofinder, och dess huvudfunktion är "To find difficult locations in Geoguessr".
Tilläggsskärmbilder
Ladda ner Geoguessr Hack Extension-förlängningens CRX-fil
Ladda ner Geoguessr Hack Extension-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | fnnjfigkmafppmbjblkpdiloecmbachd |
Officiell webbadress | https://chrome.google.com/webstore/detail/fnnjfigkmafppmbjblkpdiloecmbachd |
Beskrivning | To find difficult locations in Geoguessr |
Filstorlek | 19.13 KB |
Antal Installationer | 15,367 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-05-25 |
Publiceringsdatum | 2021-05-25 |
Betyg | 4.07/5 Totalt 14 Betyg |
Utvecklare | geofinder |
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 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" } } |