Grepolis Report Converter Revolution Tools

The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…

ما هو Grepolis Report Converter Revolution Tools؟

Grepolis Report Converter Revolution Tools هو إضافة Chrome تم تطويرها بواسطة https://www.grcrt.net، والميزة الرئيسية لها هي "The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…".

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

screenshot

تحميل ملف CRX للإضافة Grepolis Report Converter Revolution Tools

قم بتنزيل ملفات الامتداد Grepolis Report Converter Revolution Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Konwerter powstał trochę z nudów, a trochę aby ułatwić sobie i innym żywot na Grepolis. Ponieważ gra nie oferuje publikacji wszystkich raportów, a tylko wybranych (i to tylko przez kilka dni jest dostępna publikacja), napisałem konwerter raportów.

W chwili obecnej konwertuje:
- użycie boskich mocy
- atak/obrona
- szpiegowanie
- mur
- agora - stan wojsk w mieście wraz ze wsparciem
- polecenie (rozkaz)
- listę poleceń (rozkazów) - dostępne gdy włączone premium "Zarządca"
- okupacja miasta

Więcej szczegółów na stronie domowej                    

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

الاسم Grepolis Report Converter Revolution Tools Grepolis Report Converter Revolution Tools
ID eediamimojgbnjfaalcnlonenfdcogop
عنوان URL الرسمي https://chromewebstore.google.com/detail/grepolis-report-converter/eediamimojgbnjfaalcnlonenfdcogop
الوصف The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…
حجم الملف 172 KB
عدد التثبيتات 10,000
النسخة الحالية 5.4.3
آخر تحديث 2023-10-24
تاريخ النشر 2019-10-03
تقييم 4.66/5 مجموع تقييمات 587
المطور https://www.grcrt.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.grcrt.net/
اللغات المدعومة de,en,fr,es,pl,ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "GRCRT",
    "version": "5.4.3",
    "manifest_version": 3,
    "default_locale": "pl",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.grepolis.com\/game\/*",
                "https:\/\/*.grepolis.com\/game\/*"
            ],
            "js": [
                "GrepolisReportConverterV2_full.user.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "GrepolisReportConverterV2.user.js"
            ]
        }
    ]
}