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
官方網址 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"
    ]
}