Zwift Ride On

Auto 'Ride On' activities.

Zwift Ride On란 무엇입니까?

Zwift Ride On은(는) Glen H. [zwiftest]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto 'Ride On' activities."입니다.

확장 프로그램 스크린샷

screenshot

Zwift Ride On 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RIDE ON button:
Does your hand hurt of giving everyone Ride On's? This extension provides a single-click "Ride On" button for everyone's activity. 

If the button is visible then click the button to give 'Ride On' to every visible activity. 
If the button is not visible you gave everybody on the visible activities a 'Ride On'. 
If you scroll down in the activity feed and there is an activity that has no 'Ride On' the button will appear again.

Any questions or suggestion for other features you may always contact me: [email protected]                    

확장 프로그램 기본 정보

이름 Zwift Ride On Zwift Ride On
ID efbmjafjhfjhdkgdnomkgmbejebdpkeb
공식 URL https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb
설명 Auto 'Ride On' activities.
파일 크기 139 KB
설치 횟수 280
현재 버전 0.0.0.4
최근 업데이트 2021-01-23
출시 날짜 2020-07-20
평점 5.00/5 총 3 개의 평점
개발자 Glen H. [zwiftest]
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "rideon.js"
            ],
            "matches": [
                "https:\/\/www.zwift.com\/*",
                "https:\/\/zwift.com\/*"
            ]
        }
    ],
    "description": "Auto 'Ride On' activities.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Zwift Ride On",
    "version": "0.0.0.4",
    "permissions": [
        "activeTab"
    ]
}