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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |