GeoGuessr Enhancer

Improve your game experience on GeoGuessr

GeoGuessr Enhancer क्या है?

GeoGuessr Enhancer Lezd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your game experience on GeoGuessr"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GeoGuessr Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम GeoGuessr Enhancer GeoGuessr Enhancer
ID ajnpfenkneeahpbkcpbiclbckgiogbbb
आधिकारिक URL https://chrome.google.com/webstore/detail/geoguessr-enhancer/ajnpfenkneeahpbkcpbiclbckgiogbbb
विवरण Improve your game experience on GeoGuessr
फ़ाइल का आकार 109 KB
स्थापना संख्या 1,354
वर्तमान संस्करण 2.0.9
अंतिम अपडेट 2022-01-25
प्रकाशन तिथि 2020-09-02
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Lezd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/LezdCS/GeoGuessr-enhancer
सहायता पृष्ठ URL https://twitter.com/LezdCS
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}