Geoguessr country streak

Automatic country streak for geoguessr

Cos'è Geoguessr country streak?

Geoguessr country streak è un'estensione di Chrome sviluppata da roeizaidler, e la sua funzione principale è "Automatic country streak for geoguessr".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Geoguessr country streak

Scarica i file di estensione Geoguessr country streak in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
URL Ufficiale https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
Descrizione Automatic country streak for geoguessr
Dimensione del File 6.05 KB
Conteggio Installazioni 459
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-17
Data di Pubblicazione 2020-07-13
Valutazione 1.00/5 Totale 5 Valutazioni
Sviluppatore roeizaidler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}