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
Eメール [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"
            ]
        }
    ]
}