OGame fast attack

Boost up speed of sending fleets.

Что такое OGame fast attack?

OGame fast attack - это расширение Chrome, разработанное ogame.fast.attack, и его основная функция - "Boost up speed of sending fleets.".

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

screenshot
screenshot

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

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

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

                        Provides dedicated form to send attacks from any page.
Parses mailbox headers to send attacks by clicking on message.
Adds 'supply' link - by clicking on it required amount of resources will be send to active planet.
Fixes 'debris' and 'moon' links if you do not have 'commander'.
Extends settings page.                    

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

Название OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
Официальный URL https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
Описание Boost up speed of sending fleets.
Размер файла 43.92 KB
Количество установок 527
Текущая Версия 0.47
Последнее Обновление 2014-01-10
Дата публикации 2014-01-10
Рейтинг 1.25/5 Всего 4 оценок
Разработчик ogame.fast.attack
Тип оплаты free
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGame fast attack",
    "manifest_version": 2,
    "version": "0.47",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ogame.gameforge.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "lib\/chrome_sync.user.js",
                "lib\/storage.user.js",
                "lib\/location_logic.user.js",
                "fast_attack.user.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}