TOP HS

🚨 Important Notice: Top High Scores List Update 🚨 Please be aware that the Top High Scores list displayed here is based solely on data collected from those who use our extension. This means that only players who have the extension installed and active during gameplay will be included in the list. Additionally, it's important to note that data is updated only during the use of the extension. This means that the most recent scores will be reflected in the Top High Scores list only while players are actively using the extension. Therefore, if you wish to see your score on the Top High Scores list, make sure to install and use our extension during gameplay. Don't forget to keep the extension updated to ensure that your data is recorded accurately. We appreciate your understanding and for being part of our player community!


Clans & Leaderboards: How It Works

Track clan performance and follower counts live, based on data sent by users running our extension during gameplay. Rankings update in real time and reflect only active extension users.

📡 Data Flow

Extension captures scores via WebSocket and sends:

{
  "type":"clanRank",
  "data":[
    {"clan":"Alpha","score":123456},
    {"clan":"Beta","score":112000}
  ]
}

⚙️ Front-End Fetch Example

fetch('/api/clans/rank')
  .then(res => res.json())
  .then(data => renderClanTable(data));

📊 Dashboard Features

  • Rankings atualizados a cada 10 segundos
  • Gráficos de barras com score por membro
  • Tabelas responsivas via Bootstrap