Ogame Spy++

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

ما هو Ogame Spy++؟

Ogame Spy++ هو إضافة Chrome تم تطويرها بواسطة Adrien Minne، والميزة الرئيسية لها هي "Ajoute un tableau récapitulatif de tous les espionnages sur Ogame".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ogame Spy++

قم بتنزيل ملفات الامتداد Ogame Spy++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Ogame Spy++ Ogame Spy++
ID mjjalbaajokenjmbeoioccilcoabffon
عنوان URL الرسمي https://chromewebstore.google.com/detail/ogame-spy++/mjjalbaajokenjmbeoioccilcoabffon
الوصف Ajoute un tableau récapitulatif de tous les espionnages sur Ogame
حجم الملف 607 KB
عدد التثبيتات 143
النسخة الحالية 1.0
آخر تحديث 2023-04-13
تاريخ النشر 2021-02-03
تقييم 1.00/5 مجموع تقييمات 1
المطور Adrien Minne
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}