Ogame Live
Ogame Live allow real time display of planets production
什么是Ogame Live?
Ogame Live是由loclamor开发的Chrome扩展程序,该扩展的主要功能是“Ogame Live allow real time display of planets production”。
扩展截图
下载Ogame Live扩展crx文件
下载Ogame Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OgameLive allow a real time display of planets production More, OgameLive shows inflight resources, remaining constructions times and give you some practical ameliorations. OgameLive is compatible with Ogame V7. --- Change-log * v1.4.4 - Moons support Full changelog can be found on : https://github.com/loclamor/ogameLive/releases
扩展基本信息
名称 | Ogame Live |
ID | kijpfogegmohboihemehfhgfngkibpcd |
官方URL | https://chromewebstore.google.com/detail/ogame-live/kijpfogegmohboihemehfhgfngkibpcd |
简介 | Ogame Live allow real time display of planets production |
文件大小 | 117 KB |
安装次数 | 806 |
当前版本 | 2.2.0 |
更新时间 | 2023-03-25 |
上架时间 | 2020-05-04 |
评分 | 4.00/5 共4次评分 |
开发者 | loclamor |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/loclamor/ogameLive |
帮助页面URL | https://github.com/loclamor/ogameLive/issues |
支持的语言 | en,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "128": "src\/ogameLive-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "contribs\/jquery.min.js", "src\/constants.js", "src\/dataManager.js", "src\/utilities.js", "src\/router.js", "src\/ogameLive.js", "src\/parameters.js", "src\/observers\/techDetailObserver.js", "src\/observers\/flyingFleetObserver.js", "src\/displays\/awesomeFlightsDisplay.js", "src\/displays\/betterFleetDisplay.js", "src\/displays\/betterTechDisplay.js", "src\/displays\/planetsProductionDisplay.js", "src\/parsers\/empireParser.js", "src\/parsers\/resourcesParser.js", "src\/parsers\/researchParser.js", "src\/parsers\/lifeParser.js", "src\/parsers\/installationsParser.js", "src\/parsers\/flyingFleetParser.js", "src\/parsers\/fleetParser.js", "src\/parsers\/resourceSettingsParser.js", "src\/parsers\/planetProductionParser.js", "src\/parsers\/techDetailParser.js", "src\/ogameLive.user.js", "src\/worker.js" ], "css": [ "src\/ogameLive.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "src\/ogameLive.css", "src\/window.js", "src\/ogameLive-128.png", "src\/planet-targets.png" ], "matches": [ " |