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"
            ]
        }
    ]
}