Strava Kudo All

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

Co je Strava Kudo All?

Strava Kudo All je rozšíření Chrome vyvinuté thomasciles, a jeho hlavní funkcí je „Kudo All Strava automating the process of giving kudos to your fellow athletes.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Strava Kudo All

Stáhněte si soubory rozšíření Strava Kudo All ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Strava Kudo All Strava Kudo All
ID haliblbnadmoogaalkgmjgehjikedgig
Oficiální URL https://chromewebstore.google.com/detail/strava-kudo-all/haliblbnadmoogaalkgmjgehjikedgig
Popis Kudo All Strava automating the process of giving kudos to your fellow athletes.
Velikost souboru 6.62 KB
Počet instalací 2,405
Aktuální Verze 2.11
Poslední Aktualizace 2023-10-02
Datum Vydání 2022-02-06
Hodnocení 3.78/5 Celkem 9 Hodnocení
Vývojář thomasciles
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/tciles/kudo-all
Podporované Jazyky 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"
            ]
        }
    ]
}