Zwift Ride On

Auto 'Ride On' activities.

Wat is Zwift Ride On?

Zwift Ride On is een Chrome-extensie ontwikkeld door Glen H. [zwiftest], en de belangrijkste functie is "Auto 'Ride On' activities.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zwift Ride On

Download Zwift Ride On-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Zwift Ride On Zwift Ride On
ID efbmjafjhfjhdkgdnomkgmbejebdpkeb
Officiële URL https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb
Beschrijving Auto 'Ride On' activities.
Bestandsgrootte 139 KB
Aantal Installaties 280
Huidige Versie 0.0.0.4
Laatst Bijgewerkt 2021-01-23
Publicatiedatum 2020-07-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Glen H. [zwiftest]
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}