Strava Club Annual Leaderboard
CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…
What is Strava Club Annual Leaderboard?
Strava Club Annual Leaderboard is a Chrome extension developed by paluchj28, and its main feature is "CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…".
Extension Screenshots
Download Strava Club Annual Leaderboard Extension CRX File
Download Strava Club Annual Leaderboard 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
CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension will add additional annual summary for Strava club leaderboard page. Strava Club Annual Leaderboard allow you to compare your achievements not only for current or past week, but for whole year and for the last year! You can also generate leaderboard for custom weeks. Note: Values for the leaderboard are calculated from past weeks leaderboards. This mean that whole weeks are included and summary contains those activities (for example 1 week of the year 2020 started on 30th December 2019 and summary is for the range 30/12/2019 - 03/01/2020). Caution: This extension could not show proper data for clubs with members count above 100!
Extension Basic Information
Name | Strava Club Annual Leaderboard |
ID | mlmjeckehjikocbfihempdfhjdldnhgk |
Official URL | https://chromewebstore.google.com/detail/strava-club-annual-leader/mlmjeckehjikocbfihempdfhjdldnhgk |
Description | CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension… |
File Size | 18.26 KB |
Installation Count | 801 |
Current Version | 2.3.2 |
Last Updated | 2021-04-20 |
Publish Date | 2020-11-24 |
Rating | 4.43/5 Total 14 Ratings |
Developer | paluchj28 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava Club Annual Leaderboard", "version": "2.3.2", "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/clubs\/*" ], "js": [ "scal.js" ] } ], "icons": { "16": "scal16.png", "32": "scal32.png", "48": "scal48.png", "128": "scal128.png", "256": "scal256.png" } } |