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…

O que é Grepolis Report Converter Revolution Tools?

Grepolis Report Converter Revolution Tools é uma extensão do Chrome desenvolvida por https://www.grcrt.net, e sua principal característica é "The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Grepolis Report Converter Revolution Tools

Baixe arquivos de extensão Grepolis Report Converter Revolution Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Grepolis Report Converter Revolution Tools Grepolis Report Converter Revolution Tools
ID eediamimojgbnjfaalcnlonenfdcogop
URL Oficial https://chromewebstore.google.com/detail/grepolis-report-converter/eediamimojgbnjfaalcnlonenfdcogop
Descrição The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…
Tamanho do Arquivo 172 KB
Contagem de Instalações 10,000
Versão Atual 5.4.3
Última Atualização 2023-10-24
Data de Publicação 2019-10-03
Classificação 4.66/5 Total de 587 Avaliações
Desenvolvedor https://www.grcrt.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.grcrt.net/
Idiomas Suportados 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"
            ]
        }
    ]
}