Geoguessr Hack Extension

To find difficult locations in Geoguessr

什么是Geoguessr Hack Extension?

Geoguessr Hack Extension是由geofinder开发的Chrome扩展程序,该扩展的主要功能是“To find difficult locations in Geoguessr”。

扩展截图

screenshot
screenshot

下载Geoguessr Hack Extension扩展crx文件

下载Geoguessr Hack Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This helpful tool allows you to open locations in Google Maps and/or submit correct locations in games. This extension will allow you to keep improving your geography skills, despite coming across certain Geoguessr locations with low image quality, blurred-out buildings, or lack of signage. This is an educational tool: please do not use this tool to spam Geoguessr servers or cheat your way onto leaderboards, or your account may be suspended and/or banned.                    

扩展基本信息

名称 Geoguessr Hack Extension Geoguessr Hack Extension
ID fnnjfigkmafppmbjblkpdiloecmbachd
官方URL https://chrome.google.com/webstore/detail/fnnjfigkmafppmbjblkpdiloecmbachd
简介 To find difficult locations in Geoguessr
文件大小 19.13 KB
安装次数 15,367
当前版本 1.0
更新时间 2021-05-25
上架时间 2021-05-25
评分 4.07/5 共14次评分
开发者 geofinder
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geoguessr Hack Extension",
    "description": "To find difficult locations in Geoguessr",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Geoguessr hacks",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    }
}