Zwift Ride On

Auto 'Ride On' activities.

Cos'è Zwift Ride On?

Zwift Ride On è un'estensione di Chrome sviluppata da Glen H. [zwiftest], e la sua funzione principale è "Auto 'Ride On' activities.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zwift Ride On

Scarica i file di estensione Zwift Ride On in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Zwift Ride On Zwift Ride On
ID efbmjafjhfjhdkgdnomkgmbejebdpkeb
URL Ufficiale https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb
Descrizione Auto 'Ride On' activities.
Dimensione del File 139 KB
Conteggio Installazioni 280
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2021-01-23
Data di Pubblicazione 2020-07-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Glen H. [zwiftest]
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}