Ogame Live
Ogame Live allow real time display of planets production
Ogame Live क्या है?
Ogame Live loclamor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ogame Live allow real time display of planets production"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ogame Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |