Geoguessr country streak

Automatic country streak for geoguessr

Τι είναι το Geoguessr country streak;

Το Geoguessr country streak είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roeizaidler, και η κύρια λειτουργία του είναι "Automatic country streak for geoguessr".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Geoguessr country streak

Λήψη αρχείων επέκτασης Geoguessr country streak σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        An automatic country streak for geoguessr. incase you encounter any bugs you can manually set the streak.

Controls:

Press 8 to bring back your streak(and add 1)

Press 1 to increase the streak by 1

Press 2 to decrease the streak by 1

Press 0 to reset the streak back to 0                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
Επίσημο URL https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
Περιγραφή Automatic country streak for geoguessr
Μέγεθος Αρχείου 6.05 KB
Αριθμός Εγκαταστάσεων 459
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-07-17
Ημερομηνία Δημοσίευσης 2020-07-13
Αξιολόγηση 1.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής roeizaidler
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geoguessr country streak",
    "version": "1.0",
    "description": "Automatic country streak for geoguessr",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geoguessr.com\/game\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}