Strava Kudos
Auto-Kudos activities
Strava Kudos란 무엇입니까?
Strava Kudos은(는) o2dazone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-Kudos activities"입니다.
확장 프로그램 스크린샷
Strava Kudos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feeling overwhelmed with providing Kudos to everyone on your following list? This extension provides a single-click to thumbs up everyone's activities, whether you actually looked at them, or just reciprocating Kudos. This currently works on your live feed as well as Clubs. If you find any issues, or would like future enhancements, or would like to simply look at the code, please visit https://github.com/o2dazone/StravaKudos Note: Strava throttles your account if you attempt to Kudos too many activities in one session.
확장 프로그램 기본 정보
이름 | |
ID | fmgpfcolhjopnnbklpambicfacbbhbac |
공식 URL | https://chrome.google.com/webstore/detail/strava-kudos/fmgpfcolhjopnnbklpambicfacbbhbac |
설명 | Auto-Kudos activities |
파일 크기 | 11.05 KB |
설치 횟수 | 6,000 |
현재 버전 | 0.13 |
최근 업데이트 | 2021-08-01 |
출시 날짜 | 2018-10-31 |
평점 | 3.98/5 총 56 개의 평점 |
개발자 | o2dazone |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/o2dazone/StravaKudos |
도움말 페이지 URL | https://github.com/o2dazone/StravaKudos/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Strava Kudos", "description": "Auto-Kudos activities", "version": "0.13", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/dashboard*", "https:\/\/www.strava.com\/athletes\/*", "https:\/\/www.strava.com\/clubs\/*" ], "js": [ ".\/index.js" ] } ] } |