LearnWorlds Video Speed Controller
Allows users to control the playback speed of their video courses.
LearnWorlds Video Speed Controller क्या है?
LearnWorlds Video Speed Controller https://www.learnworlds.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to control the playback speed of their video courses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LearnWorlds Video Speed Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension enables LearnWorlds school students to control the playback speed of their interactive video. Install it and a new option will appear next to the sound volume icon of your video player which will enable you to set different speeds for the video playback. A must have for flexible learners.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pdoejjfjocbdegpijjilmkoebicimahh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh |
विवरण | Allows users to control the playback speed of their video courses. |
फ़ाइल का आकार | 18.83 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-06-23 |
प्रकाशन तिथि | 2017-06-23 |
रेटिंग | 3.67/5 कुल 9 रेटिंग्स |
डेवलपर | https://www.learnworlds.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.learnworlds.com/privacy-policy |
समर्थित भाषाएँ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "activeTab", "webNavigation" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/vimeo.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ] } |