OGame Fleet Tool
Enhance your OGame for faster mining
OGame Fleet Tool क्या है?
OGame Fleet Tool the.darkman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your OGame for faster mining"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OGame Fleet Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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=*" ] } ] } |