Geoguessr Hack Extension
To find difficult locations in Geoguessr
Τι είναι το Geoguessr Hack Extension;
Το Geoguessr Hack Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον geofinder, και η κύρια λειτουργία του είναι "To find difficult locations in Geoguessr".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Geoguessr Hack Extension
Λήψη αρχείων επέκτασης Geoguessr Hack Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fnnjfigkmafppmbjblkpdiloecmbachd |
Επίσημο URL | https://chrome.google.com/webstore/detail/fnnjfigkmafppmbjblkpdiloecmbachd |
Περιγραφή | To find difficult locations in Geoguessr |
Μέγεθος Αρχείου | 19.13 KB |
Αριθμός Εγκαταστάσεων | 15,367 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-05-25 |
Ημερομηνία Δημοσίευσης | 2021-05-25 |
Αξιολόγηση | 4.07/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | geofinder |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |