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
官方網址 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"
            ]
        }
    ]
}