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
Eメール [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"
            ]
        }
    ]
}