Strava Auto Kudos
Automatically give kudos to your feed
什麼是Strava Auto Kudos?
Strava Auto Kudos是由Mathieu Benhalima開發的Chrome擴展程式,該擴展的主要功能是“Automatically give kudos to your feed”。
擴展截圖
下載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 |
ID | gpifcdlpbfehjkkojfhmlfgplalikdjf |
官方網址 | 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" ] } ] } |