Xtense GM
This module used by OGSpy allow us to grab the data from our favorite game.
Что такое Xtense GM?
Xtense GM - это расширение Chrome, разработанное darknoon, и его основная функция - "This module used by OGSpy allow us to grab the data from our favorite game.".
Снимки экрана расширения
Скачать файл CRX расширения Xtense GM
Скачайте файлы расширений Xtense GM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This module helps you to import all data from your favorite game to OGSpy. Your OGSpy server will be able to use this data and create statistics about you and your ennemies in the game. We are available for all questions concerning the tool on the forum and we hope that you will enjoy our tools.
Основная информация о расширении
Название | |
ID | mkcgnadlbcakpmmmdfijdekknodapcgl |
Официальный URL | https://chromewebstore.google.com/detail/xtense-gm/mkcgnadlbcakpmmmdfijdekknodapcgl |
Описание | This module used by OGSpy allow us to grab the data from our favorite game. |
Размер файла | 421 KB |
Количество установок | 426 |
Текущая Версия | 2.9.14 |
Последнее Обновление | 2023-05-14 |
Дата публикации | 2020-06-14 |
Рейтинг | 4.82/5 Всего 11 оценок |
Разработчик | darknoon |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://forum.ogsteam.eu |
URL страницы помощи | https://wiki.ogsteam.eu/doku.php?id=ogspy:documentationxtense |
Поддерживаемые языки | en,en-US,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.9.14", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "128": "Xtense-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "contribs\/jquery.min.js", "contribs\/loglevel.min.js", "parsers\/OgameLocales.js", "parsers\/OgameConstants.js", "parsers\/controller.js", "parsers\/messages.js", "parsers\/metas.js", "parsers\/pages.js", "ui\/menu_item.js", "ogspy\/send_data.js", "utilities.js", "xtense.user.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/about.png", "images\/conf.png", "images\/OGSteam.png", "images\/pages.png", "images\/server.png", "images\/xtense.png", "images\/icones\/xtense.png", "images\/icones\/xtense-send.png", "images\/icones\/xtenseKo.png", "images\/icones\/xtenseNo.png", "images\/icones\/xtenseOk.png", "images\/icones\/xtenseReady.png", "images\/icones\/xtenseWarn.png", "images\/icones\/infos.png", "images\/icones\/planet.png" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/*" ] } ], "background": { "service_worker": "background-service.js", "type": "module" }, "permissions": [], "short_name": "Xtense", "action": { "default_title": "Xtense", "default_icon": "images\/icones\/xtense_default.png", "default_popup": "xtense.html" } } |