GeoGuessr Enhancer

Improve your game experience on GeoGuessr

Qu'est-ce que GeoGuessr Enhancer ?

GeoGuessr Enhancer est une extension Chrome développée par Lezd, et sa fonction principale est "Improve your game experience on GeoGuessr".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GeoGuessr Enhancer

Téléchargez les fichiers d'extension GeoGuessr Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GeoGuessr Enhancer GeoGuessr Enhancer
ID ajnpfenkneeahpbkcpbiclbckgiogbbb
URL Officiel https://chrome.google.com/webstore/detail/geoguessr-enhancer/ajnpfenkneeahpbkcpbiclbckgiogbbb
Description Improve your game experience on GeoGuessr
Taille du Fichier 109 KB
Nombre d'Installations 1,354
Version Actuelle 2.0.9
Dernière Mise à Jour 2022-01-25
Date de Publication 2020-09-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Lezd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LezdCS/GeoGuessr-enhancer
URL de la Page d'Aide https://twitter.com/LezdCS
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}