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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |