OGame Resources Extension

Resource distribution is the key

Vad är OGame Resources Extension?

OGame Resources Extension är en Chrome-tillägg utvecklad av ITP, och dess huvudfunktion är "Resource distribution is the key".

Tilläggsskärmbilder

screenshot

Ladda ner OGame Resources Extension-förlängningens CRX-fil

Ladda ner OGame Resources Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Officiell webbadress https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Beskrivning Resource distribution is the key
Filstorlek 69.79 KB
Antal Installationer 2,763
Aktuell Version 1.0.1
Senast Uppdaterad 2016-10-10
Publiceringsdatum 2016-10-10
Betyg 3.92/5 Totalt 74 Betyg
Utvecklare ITP
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://ogext.com
Hjälpsida URL http://ogext.com
URL till Sekretesspolicy Sidan https://freethetree.co.uk/privacy-policy
Stödda Språk 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": [
        "*"
    ]
}