OBot

Extends the user interface of the mmog OGame with a unlimited list of favourites

Что такое OBot?

OBot - это расширение Chrome, разработанное Dawosch, и его основная функция - "Extends the user interface of the mmog OGame with a unlimited list of favourites".

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

screenshot

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

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

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

                        Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste.

Spieler können ganz leicht hinzugefügt und gelöscht werden.                    

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

Название OBot OBot
ID ifilffiklclodhchnejccihimmkhomii
Официальный URL https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii
Описание Extends the user interface of the mmog OGame with a unlimited list of favourites
Размер файла 482 KB
Количество установок 192
Текущая Версия 1.0.0
Последнее Обновление 2021-10-24
Дата публикации 2021-10-24
Разработчик Dawosch
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OBot",
    "description": "Extends the user interface of the mmog OGame with a unlimited list of favourites ",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/AddSpy.png",
                "\/assets\/RemoveSpy.png"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ],
            "css": [
                "\/assets\/styles.css"
            ],
            "js": [
                "index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages"
            ],
            "js": [
                "add2spy.js"
            ]
        }
    ]
}