OGame Resources Extension
Resource distribution is the key
What is OGame Resources Extension?
OGame Resources Extension is a Chrome extension developed by ITP, and its main feature is "Resource distribution is the key".
Extension Screenshots
Download OGame Resources Extension Extension CRX File
Download OGame Resources Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension sum resources on all our planets and show this in additional table in resources section. All you need to do is visit each planet at least once or use new action 'refresh'. A bug, translation, suggestion new features or extensions, contact OGEXT Team on http://ogext.com
Extension Basic Information
Name | OGame Resources Extension |
ID | dinnmkijapcbjfflfncafmfhajnggenb |
Official URL | https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb |
Description | Resource distribution is the key |
File Size | 69.79 KB |
Installation Count | 2,763 |
Current Version | 1.0.1 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 3.92/5 Total 74 Ratings |
Developer | ITP |
[email protected] | |
Payment Type | free |
Extension Website | http://ogext.com |
Help Page URL | http://ogext.com |
Privacy Policy Page URL | https://freethetree.co.uk/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "ogext.css" ], "js": [ "jquery-3.1.1.min.js", "ogext.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ] } ], "description": "Resource distribution is the key", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "OGame Resources Extension", "permissions": [], "version": "1.0.1", "web_accessible_resources": [ "*" ] } |