GeoGuessr Cheat

An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…

什么是GeoGuessr Cheat?

GeoGuessr Cheat是由Finn Development开发的Chrome扩展程序,该扩展的主要功能是“An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…”。

扩展截图

screenshot

下载GeoGuessr Cheat扩展crx文件

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

扩展使用说明

                        An extension for the popular game, GeoGuessr!

This was a fun project to make and it is purely for educational purposes,
I do not believe cheating benefits anyone in any way and thus forth this chrom extension does not work in battle royale as to disadvantage other players, This only works in solo games or games with friends

It is really simple to use but please remember to refresh the page every new round or it wont show the updated location                    

扩展基本信息

名称 GeoGuessr Cheat GeoGuessr Cheat
ID jkpglfaifjkpnbfephoenfbaejdgnjii
官方URL https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii
简介 An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
文件大小 4.97 KB
安装次数 9,438
当前版本 1.0
更新时间 2021-07-13
上架时间 2021-07-13
评分 2.75/5 共8次评分
开发者 Finn Development
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GeoGuessr Cheat",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.geoguessr.com\/*",
                "https:\/\/*.geoguessr.com\/*"
            ],
            "js": [
                "server.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "GeoGuessr Cheat"
    },
    "permissions": [
        "activeTab"
    ]
}