Zwift Ride On
Auto 'Ride On' activities.
What is Zwift Ride On?
Zwift Ride On is a Chrome extension developed by Glen H. [zwiftest], and its main feature is "Auto 'Ride On' activities.".
Extension Screenshots
Download Zwift Ride On Extension CRX File
Download Zwift Ride On extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | efbmjafjhfjhdkgdnomkgmbejebdpkeb |
Official URL | https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb |
Description | Auto 'Ride On' activities. |
File Size | 139 KB |
Installation Count | 280 |
Current Version | 0.0.0.4 |
Last Updated | 2021-01-23 |
Publish Date | 2020-07-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Glen H. [zwiftest] |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |