OGame Resources Extension

Resource distribution is the key

Wat is OGame Resources Extension?

OGame Resources Extension is een Chrome-extensie ontwikkeld door ITP, en de belangrijkste functie is "Resource distribution is the key".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OGame Resources Extension

Download OGame Resources Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Officiële URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Beschrijving Resource distribution is the key
Bestandsgrootte 69.79 KB
Aantal Installaties 2,763
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-10-10
Publicatiedatum 2016-10-10
Beoordeling 3.92/5 Totaal 74 Beoordelingen
Ontwikkelaar ITP
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://ogext.com
Help Pagina-URL http://ogext.com
URL van de Privacybeleid Pagina https://freethetree.co.uk/privacy-policy
Ondersteunde Talen 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": [
        "*"
    ]
}