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