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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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