Zwift Ride On
Auto 'Ride On' activities.
Что такое Zwift Ride On?
Zwift Ride On - это расширение Chrome, разработанное Glen H. [zwiftest], и его основная функция - "Auto 'Ride On' activities.".
Снимки экрана расширения
Скачать файл CRX расширения Zwift Ride On
Скачайте файлы расширений 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]
Основная информация о расширении
Название | |
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] |
Электронная почта | [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" ] } |