Zwift Ride On
Auto 'Ride On' activities.
Zwift Ride On क्या है?
Zwift Ride On Glen H. [zwiftest] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto 'Ride On' activities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zwift Ride On एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |