Geoguessr country streak

Geoguessr country streak

Automatic country streak for geoguessr

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}