OBot

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

Co to jest OBot?

OBot to rozszerzenie Chrome opracowane przez Dawosch, a jego główną funkcją jest „Extends the user interface of the mmog OGame with a unlimited list of favourites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OBot

Pobierz pliki rozszerzeń OBot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa OBot OBot
ID ifilffiklclodhchnejccihimmkhomii
Oficjalny URL https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii
Opis Extends the user interface of the mmog OGame with a unlimited list of favourites
Rozmiar pliku 482 KB
Liczba instalacji 192
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-10-24
Data Publikacji 2021-10-24
Deweloper Dawosch
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}