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
Eメール [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"
    ]
}