Xtense GM

This module used by OGSpy allow us to grab the data from our favorite game.

什么是Xtense GM?

Xtense GM是由darknoon开发的Chrome扩展程序,该扩展的主要功能是“This module used by OGSpy allow us to grab the data from our favorite game.”。

扩展截图

screenshot
screenshot

下载Xtense GM扩展crx文件

下载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.                    

扩展基本信息

名称 Xtense GM Xtense GM
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"
    }
}