OGame Resources Extension

Resource distribution is the key

Co to jest OGame Resources Extension?

OGame Resources Extension to rozszerzenie Chrome opracowane przez ITP, a jego główną funkcją jest „Resource distribution is the key”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OGame Resources Extension

Pobierz pliki rozszerzeń OGame Resources Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Oficjalny URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Opis Resource distribution is the key
Rozmiar pliku 69.79 KB
Liczba instalacji 2,763
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-10-10
Data Publikacji 2016-10-10
Ocena 3.92/5 Łącznie 74 Oceny
Deweloper ITP
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://ogext.com
Adres URL Strony Pomocy http://ogext.com
Adres URL Strony Polityki Prywatności https://freethetree.co.uk/privacy-policy
Obsługiwane Języki 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": [
        "*"
    ]
}