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…

O que é Strava Club Annual Leaderboard?

Strava Club Annual Leaderboard é uma extensão do Chrome desenvolvida por paluchj28, e sua principal característica é "CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Strava Club Annual Leaderboard

Baixe arquivos de extensão Strava Club Annual Leaderboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Strava Club Annual Leaderboard Strava Club Annual Leaderboard
ID mlmjeckehjikocbfihempdfhjdldnhgk
URL Oficial https://chromewebstore.google.com/detail/strava-club-annual-leader/mlmjeckehjikocbfihempdfhjdldnhgk
Descrição CAUTION: This extension is no longer able to calculate leaderboard for whole year due to changes in Strava. This Chrome extension…
Tamanho do Arquivo 18.26 KB
Contagem de Instalações 801
Versão Atual 2.3.2
Última Atualização 2021-04-20
Data de Publicação 2020-11-24
Classificação 4.43/5 Total de 14 Avaliações
Desenvolvedor paluchj28
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}