GeoGuessr Enhancer

Improve your game experience on GeoGuessr

Was ist GeoGuessr Enhancer?

GeoGuessr Enhancer ist eine Chrome-Erweiterung, die von Lezd entwickelt wurde, und ihr Hauptmerkmal ist "Improve your game experience on GeoGuessr".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

GeoGuessr Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie GeoGuessr Enhancer-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

                        The best extension to improve your skills on GeoGuessr 🗺️

🚨 NEW: Take screenshots from in-game (helpful for foreign language you can't write) 🚨

☄️Features
      📘 Take notes directly from the game
      🤬 Blurs the avatars + censors nicknames of your opponents in Battle Royal
      🎨 Change colors on the website to customize your experience

☄️About the notes
      The "notes" tab is movable and resizable
      Easy to open/close

🔧How to customize
      Click on the logo of the extension at the top right-hand corner of the chrome tab to make appear the popup, from this popup you will be able to customize multiple features.

↩️ Give a feedback
      You can give a feedback, report a bug or suggest improvments here :
https://airtable.com/shrM8vl13EMNZAhjp                    

Grundlegende Informationen zur Erweiterung

Name GeoGuessr Enhancer GeoGuessr Enhancer
ID ajnpfenkneeahpbkcpbiclbckgiogbbb
Offizielle URL https://chrome.google.com/webstore/detail/geoguessr-enhancer/ajnpfenkneeahpbkcpbiclbckgiogbbb
Beschreibung Improve your game experience on GeoGuessr
Dateigröße 109 KB
Installationsanzahl 1,354
Aktuelle Version 2.0.9
Letztes Update 2022-01-25
Veröffentlichungsdatum 2020-09-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Lezd
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/LezdCS/GeoGuessr-enhancer
Hilfeseite URL https://twitter.com/LezdCS
Unterstützte Sprachen de,en,en-GB,en-US,fr,ca,da,pl,cs,bg,ru,bn,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.9",
    "author": "Lezd",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "src\/icons\/icon16.png",
        "48": "src\/icons\/icon48.png",
        "128": "src\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/br_blur.css",
                "src\/images\/black_background.jpg"
            ],
            "matches": [
                "*:\/\/*.geoguessr.com\/*"
            ]
        }
    ]
}