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 هو إضافة Chrome تم تطويرها بواسطة Finn Development، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة GeoGuessr Cheat

قم بتنزيل ملفات الامتداد GeoGuessr Cheat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}