OBot

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

OBot क्या है?

OBot Dawosch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the user interface of the mmog OGame with a unlimited list of favourites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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