Geoguessr country streak

Automatic country streak for geoguessr

Apa itu Geoguessr country streak?

Geoguessr country streak adalah ekstensi Chrome yang dikembangkan oleh roeizaidler, dan fitur utamanya adalah "Automatic country streak for geoguessr".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Geoguessr country streak

Unduh file ekstensi Geoguessr country streak dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
URL Resmi https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
Deskripsi Automatic country streak for geoguessr
Ukuran File 6.05 KB
Jumlah Instalasi 459
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-07-17
Tanggal Publikasi 2020-07-13
Penilaian 1.00/5 Total 5 Penilaian
Pengembang roeizaidler
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}