Strava Kudo All

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

什么是Strava Kudo All?

Strava Kudo All是由thomasciles开发的Chrome扩展程序,该扩展的主要功能是“Kudo All Strava automating the process of giving kudos to your fellow athletes.”。

扩展截图

screenshot

下载Strava Kudo All扩展crx文件

下载Strava Kudo All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Strava Kudo All Strava Kudo All
ID haliblbnadmoogaalkgmjgehjikedgig
官方URL https://chromewebstore.google.com/detail/strava-kudo-all/haliblbnadmoogaalkgmjgehjikedgig
简介 Kudo All Strava automating the process of giving kudos to your fellow athletes.
文件大小 6.62 KB
安装次数 2,405
当前版本 2.11
更新时间 2023-10-02
上架时间 2022-02-06
评分 3.78/5 共9次评分
开发者 thomasciles
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/tciles/kudo-all
支持的语言 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"
            ]
        }
    ]
}