Udemy™ Faster Autoplay
Removes the 3-second delay before autoplaying the next video.
Udemy™ Faster Autoplay क्या है?
Udemy™ Faster Autoplay elliotwaite द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the 3-second delay before autoplaying the next video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Udemy™ Faster Autoplay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you enable autoplay while watching a Udemy playlist, once a video ends, you are usually advanced to the next video after a 3-second delay. This extension removes that 3-second delay so that you are always advanced to the next video immediately. This extension is open source on GitHub. If you find any bugs or have any suggestions, please open an issue here: https://github.com/elliotwaite/udemy-faster-autoplay Thanks. Enjoy! Udemy™ is a trademark of Udemy, Inc. Use of this trademark is subject to Udemy Permissions.
एक्सटेंशन की मूल जानकारी
नाम | Udemy™ Faster Autoplay |
ID | fepcpdjalebcocminbnogcgfbphllkeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh |
विवरण | Removes the 3-second delay before autoplaying the next video. |
फ़ाइल का आकार | 37.23 KB |
स्थापना संख्या | 645 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2021-12-01 |
प्रकाशन तिथि | 2021-09-27 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | elliotwaite |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/elliotwaite/udemy-faster-autoplay |
सहायता पृष्ठ URL | https://github.com/elliotwaite/udemy-faster-autoplay |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Udemy\u2122 Faster Autoplay", "version": "0.2", "description": "Removes the 3-second delay before autoplaying the next video.", "author": "Elliot Waite", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.udemy.com\/*" ], "js": [ "lib\/jquery-3.6.0.min.js", "content-script.js" ], "run_at": "document_end" } ] } |