GeoTop1 Firefox

Examine source code of GeoTop1

Inspect and view changes in GeoTop1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GeoTop1",
  "author": "Corentin Grard",
  "version": "1.1.1",
  "description": "Track your winrate in Geoguessr Battle Royale mode",
  "applications": {
    "gecko": {
      "id": "corentin.grard@gmail.com"
    }
  },
  "permissions": [
    "*://*.geoguessr.com/*",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/geotop1-logo-32.png",
    "default_title": "GeoTop1",
    "default_popup": "popup/geotop1.html"
  },
  "background": {
    "scripts": [
      "background/background-counter.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.geoguessr.com/battle-royale*"
      ],
      "js": [
        "js/counter.js",
        "js/ws-listener.js"
      ]
    }
  ]
}

Best GeoTop1 Alternatives

Here are some Firefox add-ons that are similar to GeoTop1: