OGame Enhancements
Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.
OGame Enhancements क्या है?
OGame Enhancements Jasper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OGame Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features include: - De-emphasizing premium Dark Matter features - Minor visual improvements, like colors and readability
एक्सटेंशन की मूल जानकारी
नाम | OGame Enhancements |
ID | akhcmfephjndfhmomkdhignhnedbinmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ogame-enhancements/akhcmfephjndfhmomkdhignhnedbinmo |
विवरण | Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features. |
फ़ाइल का आकार | 59.15 KB |
स्थापना संख्या | 41 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2023-02-13 |
प्रकाशन तिथि | 2023-02-09 |
डेवलपर | Jasper |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jasperandrew/ogame-enhancements |
सहायता पृष्ठ URL | https://github.com/jasperandrew/ogame-enhancements |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OGame Enhancements", "version": "1.2", "description": "Provides various visual improvements to the OGame UI, including de-emphasizing premium dark matter features.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ogame.gameforge.com\/game\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |