OBot

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

Co je OBot?

OBot je rozšíření Chrome vyvinuté Dawosch, a jeho hlavní funkcí je „Extends the user interface of the mmog OGame with a unlimited list of favourites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření OBot

Stáhněte si soubory rozšíření OBot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název OBot OBot
ID ifilffiklclodhchnejccihimmkhomii
Oficiální URL https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii
Popis Extends the user interface of the mmog OGame with a unlimited list of favourites
Velikost souboru 482 KB
Počet instalací 192
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-10-24
Datum Vydání 2021-10-24
Vývojář Dawosch
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}