GeoProbe | World Map Game

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

Что такое GeoProbe | World Map Game?

GeoProbe | World Map Game - это расширение Chrome, разработанное BlueShift Solutions, и его основная функция - "Test your geography knowledge of cities and landmarks on the world map!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения GeoProbe | World Map Game

Скачайте файлы расширений GeoProbe | World Map Game в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}