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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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