GeoProbe | World Map Game

Test your geography knowledge of cities and landmarks on the world map!

GeoProbe | World Map Game क्या है?

GeoProbe | World Map Game BlueShift Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test your geography knowledge of cities and landmarks on the world map!"।

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

screenshot
screenshot
screenshot

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

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

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

                        GeoProbe is the ultimate test of your geography knowledge! Apart from being really fun and engaging, this game will also help you get smarter and know more about the world around you. You get sent a city or a landmark along with the country and are tasked with clicking on its location on the world map. Once you click, we will reveal to you how far off you were in kilometers and gives you a score accordingly. You need to be extremely close to the target destination to get a score above 100000. Are you worthy of this score? Add our extension and find out!

If you really like what we do, follow us on Instagram at https://www.instagram.com/blueshift.solutions/ 

We hope you enjoy our interactive world map game! ~ BlueShift Solutions (dev team for GeoProbe)                    

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

नाम GeoProbe | World Map Game GeoProbe | World Map Game
ID njfanofjbpbhgfahllpfcdpkkcpjhmeb
आधिकारिक URL https://chromewebstore.google.com/detail/geoprobe-world-map-game/njfanofjbpbhgfahllpfcdpkkcpjhmeb
विवरण Test your geography knowledge of cities and landmarks on the world map!
फ़ाइल का आकार 2.64 MB
स्थापना संख्या 741
वर्तमान संस्करण 7.0
अंतिम अपडेट 2023-04-21
प्रकाशन तिथि 2022-02-10
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर BlueShift Solutions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoProbe | World Map Game",
    "manifest_version": 3,
    "version": "7.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Test your geography knowledge of cities and landmarks on the world map!",
    "action": {
        "default_popup": "Popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}