OGame Resources Extension

Resource distribution is the key

Что такое OGame Resources Extension?

OGame Resources Extension - это расширение Chrome, разработанное ITP, и его основная функция - "Resource distribution is the key".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения OGame Resources Extension

Скачайте файлы расширений OGame Resources Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
Официальный URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
Описание Resource distribution is the key
Размер файла 69.79 KB
Количество установок 2,763
Текущая Версия 1.0.1
Последнее Обновление 2016-10-10
Дата публикации 2016-10-10
Рейтинг 3.92/5 Всего 74 оценок
Разработчик ITP
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://ogext.com
URL страницы помощи http://ogext.com
URL страницы политики конфиденциальности https://freethetree.co.uk/privacy-policy
Поддерживаемые языки 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": [
        "*"
    ]
}