Zwift Ride On

Auto 'Ride On' activities.

O que é Zwift Ride On?

Zwift Ride On é uma extensão do Chrome desenvolvida por Glen H. [zwiftest], e sua principal característica é "Auto 'Ride On' activities.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zwift Ride On

Baixe arquivos de extensão Zwift Ride On no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Zwift Ride On Zwift Ride On
ID efbmjafjhfjhdkgdnomkgmbejebdpkeb
URL Oficial https://chrome.google.com/webstore/detail/zwift-ride-on/efbmjafjhfjhdkgdnomkgmbejebdpkeb
Descrição Auto 'Ride On' activities.
Tamanho do Arquivo 139 KB
Contagem de Instalações 280
Versão Atual 0.0.0.4
Última Atualização 2021-01-23
Data de Publicação 2020-07-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Glen H. [zwiftest]
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}