Geoguessr Helper
A simple extension to help you play Geoguessr better.
What is Geoguessr Helper?
Geoguessr Helper is a Chrome extension developed by SkiingIsFun123, and its main feature is "A simple extension to help you play Geoguessr better.".
Extension Screenshots
Download Geoguessr Helper Extension CRX File
Download Geoguessr Helper 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
A simple extension to help you play Geoguessr better. To use this extension, download it, open your round of Geoguessr, refresh the page, and then open the extension. From there, you can make a guess based on the information provided. Source code can be found here: https://github.com/SkiingIsFun123/Geoguessr-Helper
Extension Basic Information
Name | Geoguessr Helper |
ID | khchhghekameiogaofnhchgadjaommli |
Official URL | https://chromewebstore.google.com/detail/geoguessr-helper/khchhghekameiogaofnhchgadjaommli |
Description | A simple extension to help you play Geoguessr better. |
File Size | 11.73 KB |
Installation Count | 831 |
Current Version | 1.0.0 |
Last Updated | 2022-09-21 |
Publish Date | 2022-09-21 |
Rating | 1.00/5 Total 2 Ratings |
Developer | SkiingIsFun123 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geoguessr Helper", "version": "1.0.0", "description": "A simple extension to help you play Geoguessr better.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.geoguessr.com\/game\/*" ], "js": [ "content_script.js" ], "all_frames": true } ], "action": { "default_title": "Geoguessr Helper", "default_popup": "popup.html" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |