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是由https://www.grcrt.net开发的Chrome扩展程序,该扩展的主要功能是“The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…”。

扩展截图

screenshot

下载Grepolis Report Converter Revolution Tools扩展crx文件

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