OGame Resources Extension

Resource distribution is the key

ما هو OGame Resources Extension؟

OGame Resources Extension هو إضافة Chrome تم تطويرها بواسطة ITP، والميزة الرئيسية لها هي "Resource distribution is the key".

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

screenshot

تحميل ملف CRX للإضافة OGame Resources Extension

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

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

                        The extension sum resources on all our planets and show this in additional table in resources section.
All you need to do is visit each planet at least once or use new action 'refresh'.

A bug, translation, suggestion new features or extensions,
contact OGEXT Team on http://ogext.com                    

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

الاسم OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
عنوان URL الرسمي https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
الوصف Resource distribution is the key
حجم الملف 69.79 KB
عدد التثبيتات 2,763
النسخة الحالية 1.0.1
آخر تحديث 2016-10-10
تاريخ النشر 2016-10-10
تقييم 3.92/5 مجموع تقييمات 74
المطور ITP
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://ogext.com
عنوان صفحة المساعدة http://ogext.com
عنوان صفحة سياسة الخصوصية https://freethetree.co.uk/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "ogext.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "ogext.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ]
        }
    ],
    "description": "Resource distribution is the key",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "OGame Resources Extension",
    "permissions": [],
    "version": "1.0.1",
    "web_accessible_resources": [
        "*"
    ]
}