Geoguessr Hack Extension
To find difficult locations in Geoguessr
ما هو Geoguessr Hack Extension؟
Geoguessr Hack Extension هو إضافة Chrome تم تطويرها بواسطة geofinder، والميزة الرئيسية لها هي "To find difficult locations in Geoguessr".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Geoguessr Hack Extension
قم بتنزيل ملفات الامتداد Geoguessr Hack Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |