Geoguessr Hack Extension

Geoguessr Hack Extension

To find difficult locations in Geoguessr

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Geoguessr Hack Extension",
  "description": "To find difficult locations in Geoguessr",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Geoguessr hacks",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "logo.png"
  }
}