Ogame Fast expeditions

A faster way to send expeditions!

Что такое Ogame Fast expeditions?

Ogame Fast expeditions - это расширение Chrome, разработанное joshepMad, и его основная функция - "A faster way to send expeditions!".

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

screenshot

Скачать файл CRX расширения Ogame Fast expeditions

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

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

                        Allows ogame players to send expeditions faster with just one click from the fleet page!
Integrates well with Ogame infinity, UniverseView Extension
 and AntiGameReborn!                    

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

Название Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
Официальный URL https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
Описание A faster way to send expeditions!
Размер файла 60.26 KB
Количество установок 5,213
Текущая Версия 1.6
Последнее Обновление 2023-02-04
Дата публикации 2021-04-03
Рейтинг 3.91/5 Всего 32 оценок
Разработчик joshepMad
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fast expeditions",
    "short_name": "ofe",
    "description": "A faster way to send expeditions!",
    "version": "1.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tel.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/lobby.ogame.gameforge.com\/",
                "https:\/\/lobby.ogame.gameforge.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/lobby.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}