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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}