Ogame Calculator
Several calculations to improve your ogame experience!
Ogame Calculator क्या है?
Ogame Calculator mattieboy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Several calculations to improve your ogame experience!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ogame Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An Extension to improve your ogame experience with several automatic calculations
एक्सटेंशन की मूल जानकारी
नाम | Ogame Calculator |
ID | mgncldbnpngoncllpnepebmjjiencmnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl |
विवरण | Several calculations to improve your ogame experience! |
फ़ाइल का आकार | 80.65 KB |
स्थापना संख्या | 234 |
वर्तमान संस्करण | 0.14.0 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2022-08-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | mattieboy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://discord.gg/65U4buktPJ |
समर्थित भाषाएँ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Calculator", "description": "Several calculations to improve your ogame experience!", "version": "0.14.0", "content_scripts": [ { "exclude_matches": [ "https:\/\/*.ogame.gameforge.com\/game\/admin2\/*" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "main.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "ogameHelper.js", "resources\/*", "messageAnalyzer.js", "functions.js" ], "matches": [ " |