OGame Resources Extension

Resource distribution is the key

Hvad er OGame Resources Extension?

OGame Resources Extension er en Chrome-udvidelse udviklet af ITP, og dens hovedfunktion er "Resource distribution is the key".

Udvidelsesskærmbilleder

screenshot

Download OGame Resources Extension-udvidelses-CRX-fil

Download OGame Resources Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Officiel URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Beskrivelse Resource distribution is the key
Filstørrelse 69.79 KB
Antal Installationer 2,763
Nuværende Version 1.0.1
Senest Opdateret 2016-10-10
Udgivelsesdato 2016-10-10
Bedømmelse 3.92/5 Samlet 74 Bedømmelser
Udvikler ITP
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://ogext.com
Hjælpeside-URL http://ogext.com
URL til Fortrolighedspolitik Side https://freethetree.co.uk/privacy-policy
Understøttede Sprog 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": [
        "*"
    ]
}