Ogame Spy++

Ajoute un tableau récapitulatif de tous les espionnages sur Ogame

Was ist Ogame Spy++?

Ogame Spy++ ist eine Chrome-Erweiterung, die von Adrien Minne entwickelt wurde, und ihr Hauptmerkmal ist "Ajoute un tableau récapitulatif de tous les espionnages sur Ogame".

Erweiterungsscreenshots

screenshot

Ogame Spy++-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ogame Spy++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ajout un bouton sur me jeu Ogame qui affiche un récapitulatif de tous les espopnnages faits. L'extension affiche le nombre de défenses, le nombre de flottes et le nombre de ressources.                    

Grundlegende Informationen zur Erweiterung

Name Ogame Spy++ Ogame Spy++
ID mjjalbaajokenjmbeoioccilcoabffon
Offizielle URL https://chromewebstore.google.com/detail/ogame-spy++/mjjalbaajokenjmbeoioccilcoabffon
Beschreibung Ajoute un tableau récapitulatif de tous les espionnages sur Ogame
Dateigröße 607 KB
Installationsanzahl 143
Aktuelle Version 1.0
Letztes Update 2023-04-13
Veröffentlichungsdatum 2021-02-03
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Adrien Minne
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ogame Spy++",
    "version": "1.0",
    "description": "Ajoute un tableau r\u00e9capitulatif de tous les espionnages sur Ogame",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "moment.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php*"
            ]
        },
        {
            "js": [
                "jquery-3.5.1.min.js",
                "moment.min.js",
                "parsing.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages*"
            ]
        }
    ],
    "web_accessible_resources": [
        "button.html",
        "dialog.html",
        "images\/spy_icon.png",
        "images\/attack_icon.png",
        "images\/fleet_attack.png",
        "images\/fleet_spy.png",
        "images\/trash_icon.png",
        "images\/trashim_icon.png"
    ],
    "manifest_version": 2
}