Strava Kudo All

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

¿Qué es Strava Kudo All?

Strava Kudo All es una extensión de Chrome desarrollada por thomasciles, y su función principal es "Kudo All Strava automating the process of giving kudos to your fellow athletes.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Strava Kudo All

Descarga archivos de extensión Strava Kudo All en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Strava Kudo All Strava Kudo All
ID haliblbnadmoogaalkgmjgehjikedgig
URL Oficial https://chromewebstore.google.com/detail/strava-kudo-all/haliblbnadmoogaalkgmjgehjikedgig
Descripción Kudo All Strava automating the process of giving kudos to your fellow athletes.
Tamaño del Archivo 6.62 KB
Cantidad de Instalaciones 2,405
Versión Actual 2.11
Última Actualización 2023-10-02
Fecha de Publicación 2022-02-06
Calificación 3.78/5 Total de 9 Calificaciones
Desarrollador thomasciles
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/tciles/kudo-all
Idiomas Soportados 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"
            ]
        }
    ]
}