Strava Auto Kudos

Automatically give kudos to your feed

什么是Strava Auto Kudos?

Strava Auto Kudos是由Mathieu Benhalima开发的Chrome扩展程序,该扩展的主要功能是“Automatically give kudos to your feed”。

扩展截图

screenshot
screenshot

下载Strava Auto Kudos扩展crx文件

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

扩展使用说明

                        When you go to your feed, the extension will automatically give kudos to all the activities it sees.
When you click on the button at the bottom right of the screen, the extension will load as much activity as possible to give them a kudos.                    

扩展基本信息

名称 Strava Auto Kudos Strava Auto Kudos
ID gpifcdlpbfehjkkojfhmlfgplalikdjf
官方URL https://chromewebstore.google.com/detail/strava-auto-kudos/gpifcdlpbfehjkkojfhmlfgplalikdjf
简介 Automatically give kudos to your feed
文件大小 98.39 KB
安装次数 1,583
当前版本 1.5.1
更新时间 2023-05-16
上架时间 2021-08-06
评分 4.64/5 共11次评分
开发者 Mathieu Benhalima
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strava Auto Kudos",
    "description": "Automatically give kudos to your feed",
    "version": "1.5.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "strava.png"
    },
    "host_permissions": [
        "https:\/\/www.strava.com\/*"
    ],
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/jquery-2.2.3.min.js",
                "assets\/js\/jquery-ui.min.js",
                "assets\/js\/main.js"
            ]
        }
    ]
}