Geoguessr country streak

Automatic country streak for geoguessr

What is Geoguessr country streak?

Geoguessr country streak is a Chrome extension developed by roeizaidler, and its main feature is "Automatic country streak for geoguessr".

Extension Screenshots

screenshot
screenshot
screenshot

Download Geoguessr country streak Extension CRX File

Download Geoguessr country streak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Geoguessr country streak Geoguessr country streak
ID ihegeajgogbngaohbblapefiaoddkaaa
Official URL https://chrome.google.com/webstore/detail/geoguessr-country-streak/ihegeajgogbngaohbblapefiaoddkaaa
Description Automatic country streak for geoguessr
File Size 6.05 KB
Installation Count 459
Current Version 1.0
Last Updated 2020-07-17
Publish Date 2020-07-13
Rating 1.00/5 Total 5 Ratings
Developer roeizaidler
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}