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…

Vad är Grepolis Report Converter Revolution Tools?

Grepolis Report Converter Revolution Tools är en Chrome-tillägg utvecklad av https://www.grcrt.net, och dess huvudfunktion är "The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…".

Tilläggsskärmbilder

screenshot

Ladda ner Grepolis Report Converter Revolution Tools-förlängningens CRX-fil

Ladda ner Grepolis Report Converter Revolution Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Grepolis Report Converter Revolution Tools Grepolis Report Converter Revolution Tools
ID eediamimojgbnjfaalcnlonenfdcogop
Officiell webbadress https://chromewebstore.google.com/detail/grepolis-report-converter/eediamimojgbnjfaalcnlonenfdcogop
Beskrivning The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…
Filstorlek 172 KB
Antal Installationer 10,000
Aktuell Version 5.4.3
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2019-10-03
Betyg 4.66/5 Totalt 587 Betyg
Utvecklare https://www.grcrt.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.grcrt.net/
Stödda Språk 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"
            ]
        }
    ]
}