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文件

下載Zwift Ride On擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}