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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |