OBot

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

O que é OBot?

OBot é uma extensão do Chrome desenvolvida por Dawosch, e sua principal característica é "Extends the user interface of the mmog OGame with a unlimited list of favourites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OBot

Baixe arquivos de extensão OBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome OBot OBot
ID ifilffiklclodhchnejccihimmkhomii
URL Oficial https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii
Descrição Extends the user interface of the mmog OGame with a unlimited list of favourites
Tamanho do Arquivo 482 KB
Contagem de Instalações 192
Versão Atual 1.0.0
Última Atualização 2021-10-24
Data de Publicação 2021-10-24
Desenvolvedor Dawosch
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}