GeoGuessr USA map widget

If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.

Was ist GeoGuessr USA map widget?

GeoGuessr USA map widget ist eine Chrome-Erweiterung, die von gcexten entwickelt wurde, und ihr Hauptmerkmal ist "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.".

Erweiterungsscreenshots

screenshot
screenshot

GeoGuessr USA map widget-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeoGuessr USA map widget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If the player guesses the state that the location is in correctly the state will be highlighted on the interactive USA map automatically. For example, a player may want to play a USA map, over and over again, until they correctly guess each of the 50 states.

*Disclaimer: The free geolocation service that the extension uses has a hard time with locations next to borders, especially in rural locations. If it doesn't highlight the state automatically the player would need to click on the map manually to select it.                    

Grundlegende Informationen zur Erweiterung

Name GeoGuessr USA map widget GeoGuessr USA map widget
ID jpjpbgkhhpmeilfddjndlfijjailalcn
Offizielle URL https://chromewebstore.google.com/detail/geoguessr-usa-map-widget/jpjpbgkhhpmeilfddjndlfijjailalcn
Beschreibung If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.
Dateigröße 68.41 KB
Installationsanzahl 29
Aktuelle Version 0.0.2
Letztes Update 2020-08-04
Veröffentlichungsdatum 2020-08-03
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler gcexten
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoGuessr USA map widget",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "If the player guesses the correct state that the location is in, it will be highlighted automatically on a secondary USA map.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geoguessr.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}