Strava Kudo All

Kudo All Strava automating the process of giving kudos to your fellow athletes.

Cos'è Strava Kudo All?

Strava Kudo All è un'estensione di Chrome sviluppata da thomasciles, e la sua funzione principale è "Kudo All Strava automating the process of giving kudos to your fellow athletes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Strava Kudo All

Scarica i file di estensione Strava Kudo All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        AutoKudos for Strava is a powerful browser extension designed to enhance your Strava experience by automating the process of giving kudos to your fellow athletes. With just a single click, you can effortlessly acknowledge and appreciate the hard work and achievements of your Strava community.

Key Features:

Seamless Kudos Automation: Install Strava Kudo All for Strava intelligently detects activities on your Strava feed and automatically assigns kudos to the athletes who deserve recognition. Say goodbye to the hassle of manually giving kudos and let the extension handle it for you.

Elevate your Strava experience with Install Strava Kudo All and effortlessly spread positivity and support throughout the Strava community. Save time, engage with fellow athletes, and celebrate their achievements with the power of automated kudos-giving. Install Strava Kudo All for Strava now and experience a more connected and uplifting Strava journey!

Source code available: https://github.com/tciles/kudo-all                    

Informazioni di Base sull'Estensione

Nome Strava Kudo All Strava Kudo All
ID haliblbnadmoogaalkgmjgehjikedgig
URL Ufficiale https://chromewebstore.google.com/detail/strava-kudo-all/haliblbnadmoogaalkgmjgehjikedgig
Descrizione Kudo All Strava automating the process of giving kudos to your fellow athletes.
Dimensione del File 6.62 KB
Conteggio Installazioni 2,405
Versione Corrente 2.11
Ultimo Aggiornamento 2023-10-02
Data di Pubblicazione 2022-02-06
Valutazione 3.78/5 Totale 9 Valutazioni
Sviluppatore thomasciles
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/tciles/kudo-all
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strava Kudo All",
    "version": "2.11",
    "description": "Kudo All Strava automating the process of giving kudos to your fellow athletes.",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon-48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.strava.com\/*"
            ],
            "js": [
                "kudoall.js"
            ]
        }
    ]
}