OGame Resources Extension

Resource distribution is the key

Was ist OGame Resources Extension?

OGame Resources Extension ist eine Chrome-Erweiterung, die von ITP entwickelt wurde, und ihr Hauptmerkmal ist "Resource distribution is the key".

Erweiterungsscreenshots

screenshot

OGame Resources Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie OGame Resources Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Offizielle URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Beschreibung Resource distribution is the key
Dateigröße 69.79 KB
Installationsanzahl 2,763
Aktuelle Version 1.0.1
Letztes Update 2016-10-10
Veröffentlichungsdatum 2016-10-10
Bewertung 3.92/5 Insgesamt 74 Bewertungen
Entwickler ITP
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://ogext.com
Hilfeseite URL http://ogext.com
URL der Datenschutzrichtlinien-Seite https://freethetree.co.uk/privacy-policy
Unterstützte Sprachen 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": [
        "*"
    ]
}