OGame Fleet Tool
Enhance your OGame for faster mining
什么是OGame Fleet Tool?
OGame Fleet Tool是由the.darkman开发的Chrome扩展程序,该扩展的主要功能是“Enhance your OGame for faster mining”。
扩展截图
下载OGame Fleet Tool扩展crx文件
下载OGame Fleet Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extention is the userscript pendant for chrome browser (see http://userscripts-mirror.org/scripts/show/78537). This tool not only calculates the needed small (and if necessary also big) transporter for resource transport from a colony to your home planet, but also provides a transport workflow. Some extra settings allows you to automatically select debris field as target if recycler are in fleet. Once you have set the homeworld coordinates a click on the new transport menu item will start the transport workflow where all fields are pre calculated and pre set as you set in preferences. Preferences could only be reached in chrome by clicking onto fleet symbol next to transport menu item. This extention has auto language detection, based on server you are playing on. Currently these languages are included: * german * english * greek * bulgarian * french * spanish * portuguese * hungarian * serbian * dutch Latest updates: - Version 0.56 -- Refactoring transporter cargo capacity determination - Version 0.55 -- Refactoring to use in Tampermonkey as a userscript - Version 0.54 -- Fix for "Select debrisfield as target if recyler is in fleet" not working -- Fix for resources order -- Added message for visiting research page so we can calculate the bonus - Version 0.53 -- OGame 7.x ready -- Class bonus will now be applied -- Research bonus will be applied
扩展基本信息
名称 | |
ID | kdlfahlknghgnefpcacaddeckegccpbc |
官方URL | https://chrome.google.com/webstore/detail/ogame-fleet-tool/kdlfahlknghgnefpcacaddeckegccpbc |
简介 | Enhance your OGame for faster mining |
文件大小 | 43.89 KB |
安装次数 | 1,255 |
当前版本 | 0.56 |
更新时间 | 2020-04-10 |
上架时间 | 2020-04-10 |
评分 | 3.14/5 共7次评分 |
开发者 | the.darkman |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OGame Fleet Tool", "version": "0.56", "description": "Enhance your OGame for faster mining", "icons": { "16": "img\/icon16_.png", "32": "img\/icon32_.png", "48": "img\/icon48_.png", "64": "img\/icon64_.png", "128": "img\/icon128_.png" }, "content_scripts": [ { "js": [ "78537.user.js" ], "matches": [ "http:\/\/*.ogame.gameforge.com\/game\/index.php?page=*", "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*" ] } ] } |