GeoProbe | World Map Game

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

GeoProbe | World Map Game là gì?

GeoProbe | World Map Game là một tiện ích mở rộng Chrome được phát triển bởi BlueShift Solutions, và tính năng chính của nó là "Test your geography knowledge of cities and landmarks on the world map!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GeoProbe | World Map Game

Tải xuống các tệp mở rộng GeoProbe | World Map Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GeoProbe | World Map Game GeoProbe | World Map Game
ID njfanofjbpbhgfahllpfcdpkkcpjhmeb
URL Chính Thức https://chromewebstore.google.com/detail/geoprobe-world-map-game/njfanofjbpbhgfahllpfcdpkkcpjhmeb
Mô tả Test your geography knowledge of cities and landmarks on the world map!
Kích Thước Tệp 2.64 MB
Số Lần Cài Đặt 741
Phiên Bản Hiện Tại 7.0
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2022-02-10
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển BlueShift Solutions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}