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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.grcrt.net, και η κύρια λειτουργία του είναι "The script for the browser game Grepolis. Converts reports, records the city wall and many other useful features, unavailable in…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Grepolis Report Converter Revolution Tools

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}