Ogame Spy++

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

Co to jest Ogame Spy++?

Ogame Spy++ to rozszerzenie Chrome opracowane przez Adrien Minne, a jego główną funkcją jest „Ajoute un tableau récapitulatif de tous les espionnages sur Ogame”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ogame Spy++

Pobierz pliki rozszerzeń Ogame Spy++ 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ogame Spy++ Ogame Spy++
ID mjjalbaajokenjmbeoioccilcoabffon
Oficjalny URL https://chromewebstore.google.com/detail/ogame-spy++/mjjalbaajokenjmbeoioccilcoabffon
Opis Ajoute un tableau récapitulatif de tous les espionnages sur Ogame
Rozmiar pliku 607 KB
Liczba instalacji 143
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2021-02-03
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Adrien Minne
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}